rgStamp default to 1
This commit is contained in:
parent
59174ac2e0
commit
bf568b864d
3
prisma/migrations/20220902044646_rg_stamp/migration.sql
Normal file
3
prisma/migrations/20220902044646_rg_stamp/migration.sql
Normal file
@ -0,0 +1,3 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "Car" ALTER COLUMN "rgStamp" SET DEFAULT 1,
|
||||
ALTER COLUMN "stLoseBits" SET DEFAULT 0;
|
@ -114,7 +114,7 @@ model Car {
|
||||
rgWinCount Int @default(0)
|
||||
rgTrophy Int @default(0)
|
||||
rgScore Int @default(0)
|
||||
rgStamp Int @default(0)
|
||||
rgStamp Int @default(1)
|
||||
rgAcquireAllCrowns Boolean @default(false)
|
||||
rgRegionMapScore Int[]
|
||||
stampSheetCount Int @default(0)
|
||||
|
Loading…
Reference in New Issue
Block a user