fixed add users phone index

This commit is contained in:
2025-05-07 08:45:04 +08:00
parent 5c62b1d129
commit 558bcfeefa

View File

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