Files
FEDEO/backend/db/migrations/0022_task_dependencies.sql
2026-03-21 17:42:59 +01:00

3 lines
84 B
SQL

ALTER TABLE "tasks"
ADD COLUMN "dependency_ids" jsonb NOT NULL DEFAULT '[]'::jsonb;