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
-1
View File
@@ -19,7 +19,6 @@
"db:generate": "drizzle-kit generate",
"db:sync": "drizzle-kit push --force",
"db:triggers": "bun script/apply-triggers.ts",
"db:statuses": "bun script/migrate-task-statuses.ts",
"db:migrate": "bun run db:sync && bun run db:triggers",
"deploy": "bash script/deploy.sh"
},