diff options
| author | Robert | 2017-08-08 10:46:45 +0200 |
|---|---|---|
| committer | Robert | 2017-08-08 10:46:45 +0200 |
| commit | 23bf87cd1291f6ec8193a961df6f96e02710d623 (patch) | |
| tree | 67d4cc82475c5c4630160da3cb69a7cd86c6d483 /db | |
| parent | cc5a3d9c4cd0b2953f45b5b8f916b1118ca29013 (diff) | |
| download | chouette-core-23bf87cd1291f6ec8193a961df6f96e02710d623.tar.bz2 | |
Microfix local renaming and codegeneration artefact removal
Diffstat (limited to 'db')
| -rw-r--r-- | db/migrate/20170802141224_rename_message_attributs_to_message_attributes_everywhere.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/db/migrate/20170802141224_rename_message_attributs_to_message_attributes_everywhere.rb b/db/migrate/20170802141224_rename_message_attributs_to_message_attributes_everywhere.rb index 2ac0ae1a7..f80292b14 100644 --- a/db/migrate/20170802141224_rename_message_attributs_to_message_attributes_everywhere.rb +++ b/db/migrate/20170802141224_rename_message_attributs_to_message_attributes_everywhere.rb @@ -1,8 +1,5 @@ class RenameMessageAttributsToMessageAttributesEverywhere < ActiveRecord::Migration def change - # -- for table in cleanup_results import_messages line_referential_sync_messages stop_area_referential_sync_messages - # rename_column :table, :message_attributs, :message_attributes - # rename_column :cleanup_results, :message_attributs, :message_attributes rename_column :import_messages, :message_attributs, :message_attributes rename_column :line_referential_sync_messages, :message_attributs, :message_attributes rename_column :stop_area_referential_sync_messages, :message_attributs, :message_attributes |
