Skip to content

Commit 98e5458

Browse files
committed
feat: main event currency on playground instead
1 parent ce5b06d commit 98e5458

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prisma/schema.prisma

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ model UserPlayground {
188188
userId String @unique
189189
username String
190190
virtualPoint Int @default(0)
191+
mainEventCurrency Int @default(0)
191192
createdAt DateTime @default(now())
192193
updatedAt DateTime @updatedAt
193194
adWatchHistories AdWatchHistory[]
@@ -386,7 +387,6 @@ model UserData {
386387
createdAt DateTime @default(now())
387388
updatedAt DateTime @updatedAt
388389
userId String @unique
389-
mainEventCurrency Int @default(0)
390390
jobInstitution String?
391391
lineId String?
392392
phoneNumber String?

0 commit comments

Comments
 (0)