ADD index for users tables

This commit is contained in:
Jasder
2020-10-04 10:56:43 +08:00
parent c934933c7c
commit f792f298b6

View File

@@ -0,0 +1,5 @@
class AddIndexToUsersType < ActiveRecord::Migration[5.2]
def change
add_index :users, :type
end
end