mirror of
https://github.com/czhu12/canine.git
synced 2025-12-21 10:49:49 -06:00
remove username from user model
This commit is contained in:
1
db/schema.rb
generated
1
db/schema.rb
generated
@@ -420,7 +420,6 @@ ActiveRecord::Schema[7.2].define(version: 2025_08_19_200812) do
|
||||
t.boolean "admin", default: false
|
||||
t.datetime "created_at", null: false
|
||||
t.datetime "updated_at", null: false
|
||||
t.string "username"
|
||||
t.index ["email"], name: "index_users_on_email", unique: true
|
||||
t.index ["reset_password_token"], name: "index_users_on_reset_password_token", unique: true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user