mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 11:50:49 +08:00
fixed add users phone index
This commit is contained in:
5
db/migrate/202505071325549_add_user_index_phone.rb
Normal file
5
db/migrate/202505071325549_add_user_index_phone.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddUserIndexPhone < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_index :users, :phone
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user