Class: RenameRunsToAttempts
- Inherits:
-
Ductwork::Migration
- Object
- Ductwork::Migration
- RenameRunsToAttempts
- Defined in:
- lib/generators/ductwork/update/templates/db/rename_runs_to_attempts.rb
Instance Method Summary collapse
Methods included from Ductwork::MigrationHelper
#belongs_to, #create_ductwork_table, #mysql?, #postgresql?, #uuid_column_type
Instance Method Details
#change ⇒ Object
4 5 6 |
# File 'lib/generators/ductwork/update/templates/db/rename_runs_to_attempts.rb', line 4 def change rename_table :ductwork_runs, :ductwork_attempts end |