Agordas Eo-n kiel implicita lingvo de uzantoj
This commit is contained in:
parent
c72f3d55d9
commit
e7ed539137
|
@ -0,0 +1,2 @@
|
|||
-- AlterTable
|
||||
ALTER TABLE "User" ALTER COLUMN "locale" SET DEFAULT 'eo';
|
|
@ -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[]
|
||||
|
|
Ŝarĝante…
Reference in New Issue