diff options
Diffstat (limited to 'db/migrate/20201009061548_rename_resources_sections_to_classifications.rb')
-rw-r--r-- | db/migrate/20201009061548_rename_resources_sections_to_classifications.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/db/migrate/20201009061548_rename_resources_sections_to_classifications.rb b/db/migrate/20201009061548_rename_resources_sections_to_classifications.rb new file mode 100644 index 0000000..4f7972b --- /dev/null +++ b/db/migrate/20201009061548_rename_resources_sections_to_classifications.rb @@ -0,0 +1,5 @@ +class RenameResourcesSectionsToClassifications < ActiveRecord::Migration[6.0] + def change + rename_table :resources_sections, :classifications + end +end |