Skip to content

Commit 0aa21c5

Browse files
committed
remove payoutResetInterval for now
1 parent bb3ad22 commit 0aa21c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/prisma/schema/reward.prisma

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ model Reward {
1010
maxDuration Int? // in months (0 -> not recurring, null -> infinite)
1111
1212
maxRewardAmount Int? // how much a partner can receive payouts
13-
payoutResetInterval Int? // how often the max amount is reset (in months) - Not used yet
1413
1514
createdAt DateTime @default(now())
1615
updatedAt DateTime @updatedAt

0 commit comments

Comments
 (0)