We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 194cb91 commit 3044933Copy full SHA for 3044933
packages/prisma/schema/schema.prisma
@@ -27,7 +27,6 @@ model User {
27
source String? // where the user came from
28
defaultWorkspace String? // slug of the user's default workspace
29
defaultPartnerId String? // the user's default partner ID
30
- referralLinkId String? // TODO: remove this
31
dubPartnerId String? // this user's dub partner ID
32
33
// relational data
0 commit comments