7e5f71fedd
Not sure why this was added in the first place.
6 lines
118 B
Ruby
6 lines
118 B
Ruby
class RemoveAccountsNameIndex < ActiveRecord::Migration[8.1]
|
|
def change
|
|
remove_index :accounts, :name
|
|
end
|
|
end
|