fix: store and populate memberKey for share invite link
This commit is contained in:
@@ -14,6 +14,7 @@ model Board {
|
||||
title String @default("Agile Kanban Board")
|
||||
adminKeyHash String
|
||||
memberKeyHash String
|
||||
memberKey String? @default("")
|
||||
autoMoveStale Boolean @default(false)
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @updatedAt
|
||||
|
||||
Reference in New Issue
Block a user