We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb3ad22 commit 0aa21c5Copy full SHA for 0aa21c5
packages/prisma/schema/reward.prisma
@@ -10,7 +10,6 @@ model Reward {
10
maxDuration Int? // in months (0 -> not recurring, null -> infinite)
11
12
maxRewardAmount Int? // how much a partner can receive payouts
13
- payoutResetInterval Int? // how often the max amount is reset (in months) - Not used yet
14
15
createdAt DateTime @default(now())
16
updatedAt DateTime @updatedAt
0 commit comments