@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@varaos/db",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "private": false,
5
5
  "main": "index.js",
6
6
  "files": [
@@ -266,7 +266,7 @@ model WaitList {
266
266
  useCase String?
267
267
  consentToUpdates Boolean
268
268
 
269
- referralCode String? @default(nanoid(6)) @unique // the code this user can share
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())