@varaos/db 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/prisma/schema.prisma +1 -1
package/package.json
CHANGED
package/prisma/schema.prisma
CHANGED
|
@@ -266,7 +266,7 @@ model WaitList {
|
|
|
266
266
|
useCase String?
|
|
267
267
|
consentToUpdates Boolean
|
|
268
268
|
|
|
269
|
-
referralCode String? @
|
|
269
|
+
referralCode String? @unique // the code this user can share
|
|
270
270
|
referredBy String? // stores the referral code of the person who invited them
|
|
271
271
|
|
|
272
272
|
createdAt DateTime @default(now())
|