forked from Trustie/forgeplus
fixed add users phone index
This commit is contained in:
parent
162e890194
commit
c59a92f00f
|
|
@ -0,0 +1,5 @@
|
|||
class AddUserIndexPhone < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_index :users, :phone
|
||||
end
|
||||
end
|
||||
Loading…
Reference in New Issue