* feat: add account deletion functionality with cascade delete for workspace relations * fix: add cascade delete to workspace user foreign key constraints * fix: change onDelete action to set null for user references in schema * feat: tweak design --------- Co-authored-by: Henry <henry_ball@hotmail.co.uk> Co-authored-by: Henry <30578846+hjball@users.noreply.github.com>
41 lines
874 B
JSON
41 lines
874 B
JSON
{
|
|
"version": "7",
|
|
"dialect": "postgresql",
|
|
"entries": [
|
|
{
|
|
"idx": 0,
|
|
"version": "7",
|
|
"when": 1746693478656,
|
|
"tag": "20250508083758_SetupTables",
|
|
"breakpoints": true
|
|
},
|
|
{
|
|
"idx": 1,
|
|
"version": "7",
|
|
"when": 1747903068807,
|
|
"tag": "20250522083748_AddEmailToWorkspaceMembers",
|
|
"breakpoints": true
|
|
},
|
|
{
|
|
"idx": 2,
|
|
"version": "7",
|
|
"when": 1748378293342,
|
|
"tag": "20250527203813_AddDeletedAtToLabel",
|
|
"breakpoints": true
|
|
},
|
|
{
|
|
"idx": 3,
|
|
"version": "7",
|
|
"when": 1749118315675,
|
|
"tag": "20250605101155_AddCascadeDeleteToCardRelations",
|
|
"breakpoints": true
|
|
},
|
|
{
|
|
"idx": 4,
|
|
"version": "7",
|
|
"when": 1749405288761,
|
|
"tag": "20250608175448_AddOnDeleteActionToUserDeletion",
|
|
"breakpoints": true
|
|
}
|
|
]
|
|
} |