ADD index for users tables
This commit is contained in:
parent
c934933c7c
commit
f792f298b6
|
@ -0,0 +1,5 @@
|
|||
class AddIndexToUsersType < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_index :users, :type
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue