Agordas Eo-n kiel implicita lingvo de uzantoj

This commit is contained in:
Jaidyn Ann 2025-01-05 10:54:58 -06:00
parent c72f3d55d9
commit e7ed539137
Signed by: jadedctrl
GPG Key ID: FEF4FCF78B4BF019
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "User" ALTER COLUMN "locale" SET DEFAULT 'eo';

View File

@ -34,7 +34,7 @@ model User {
unverifiedNewEmail String?
image String?
password String?
locale String @default("en")
locale String @default("eo")
parentSubscription Subscription? @relation("ChildUsers", fields: [parentSubscriptionId], references: [id])
parentSubscriptionId Int?
accounts Account[]