Update 20221108104529_add_my_module_code_index.rb

This commit is contained in:
G-Chubinidze 2022-11-08 17:10:22 +04:00 committed by GitHub
parent 18fe2cd207
commit 82d36ccc25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,4 +11,4 @@ class AddMyModuleCodeIndex < ActiveRecord::Migration[6.1]
def down def down
remove_index :my_modules, name: 'index_my_modules_on_my_module_code' remove_index :my_modules, name: 'index_my_modules_on_my_module_code'
end end
end end