diff --git a/db/migrate/20221108104529_add_my_module_code_index.rb b/db/migrate/20221108104529_add_my_module_code_index.rb index 41926ad7a..3dc6bca66 100644 --- a/db/migrate/20221108104529_add_my_module_code_index.rb +++ b/db/migrate/20221108104529_add_my_module_code_index.rb @@ -11,4 +11,4 @@ class AddMyModuleCodeIndex < ActiveRecord::Migration[6.1] def down remove_index :my_modules, name: 'index_my_modules_on_my_module_code' end -end \ No newline at end of file +end