fix: store and populate memberKey for share invite link

This commit is contained in:
Power BI Dev
2026-08-17 18:37:03 +07:00
parent 2a9cf59e55
commit 8e958ea0ed
11 changed files with 91 additions and 55 deletions
+1
View File
@@ -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