Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class RemoveIndexDataFromTreasuries < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
remove_index :treasuries, name: 'index_treasuries_on_data'
|
||||
remove_index :treasuries, name: 'index_treasuries_on_user_id_and_title'
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user