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