DB Changes

This commit is contained in:
2026-03-21 17:42:59 +01:00
parent be336a51ab
commit 6f77bccd85
3 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE "tasks"
ADD COLUMN "dependency_ids" jsonb NOT NULL DEFAULT '[]'::jsonb;