improvement: newly created organization's subscriptions flow improved.
This commit is contained in:
@@ -52,8 +52,8 @@ model Organization {
|
||||
owner User @relation("OrganizationOwner", fields: [ownerId], references: [id])
|
||||
|
||||
memberships Membership[]
|
||||
planId String
|
||||
plan Plan @relation(fields: [planId], references: [id])
|
||||
planId String?
|
||||
plan Plan? @relation(fields: [planId], references: [id])
|
||||
|
||||
sharedWithMe OrganizationLink[] @relation("OrganizationB")
|
||||
sharedWithOthers OrganizationLink[] @relation("OrganizationA")
|
||||
|
||||
Reference in New Issue
Block a user