refactor: remove canvas, automations, and custom statuses; simplify notification and status model

This commit is contained in:
2026-08-22 18:00:41 +00:00
parent 7b2cdc3bae
commit ffc50091b1
69 changed files with 834 additions and 6438 deletions
-2
View File
@@ -74,8 +74,6 @@ if ! bun install --frozen-lockfile; then
fi
# ── 6. Database schema + triggers (both idempotent) ───────────────────────
echo "Backfilling custom task statuses (db:statuses) ..."
bun run db:statuses
echo "Migrating database schema + triggers (db:migrate) ..."
bun run db:migrate