feat(spaces): корзина, hard purge, transfer и полный backup
Docker / build (push) Failing after 20s

Soft-delete/restore/purge пространств, смена владельца, импорт JSON с spaces, proxy portal-users и polish Settings/ConfirmDialog.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Denozordec
2026-07-19 12:50:18 +07:00
co-authored by Cursor
parent 74af90270f
commit 670b5a4468
19 changed files with 1131 additions and 167 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ CREATE TABLE IF NOT EXISTS spaces (
slug TEXT NOT NULL,
kind TEXT NOT NULL DEFAULT 'personal',
ownerUserId TEXT,
createdAt TEXT NOT NULL
createdAt TEXT NOT NULL,
deletedAt TEXT
);
CREATE TABLE IF NOT EXISTS space_members (