🗃️ db: remove oauth profile from user schema to avoid duplication

This commit is contained in:
2026-05-28 16:43:21 +07:00
parent c95ac48124
commit 8cebc0cd20

View File

@ -118,8 +118,6 @@ model User {
sex user_sex?
phone_number String? @db.VarChar(20)
country Country? @relation(fields: [countryId], references: [id], name: "UserCountry")
auth_provider String? @db.VarChar(64)
provider_token String? @db.VarChar(255)
address UserAddress?
preferences UserPreference?
created_at DateTime @default(now()) @db.Timestamptz()