parent
018541c682
commit
8d1fbfbfe8
@ -0,0 +1,6 @@
|
||||
class AddIndexesToUsers < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_index :users, :login
|
||||
add_index :users, :mail
|
||||
end
|
||||
end
|
Loading…
Reference in new issue