Skip to content

Commit

Permalink
Update schema.prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
duckodas committed Nov 29, 2023
1 parent e23e73b commit 04474f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ model Guild {
language String @default("en-US")
themeColor String @default("#2b2d31")
isMembership Boolean @default(false)
featured Boolean @default(false)
duckCoins Int @default(0)
smileys Int @default(0)
guildGate GuildGate?
}

Expand Down

0 comments on commit 04474f0

Please sign in to comment.