remove username from user model

This commit is contained in:
Celina Lopez
2025-08-25 11:10:06 -07:00
parent 553dc2f102
commit b39c8c0f33
6 changed files with 14 additions and 8 deletions

1
db/schema.rb generated
View File

@@ -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