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;

View File

@@ -0,0 +1,2 @@
ALTER TABLE "tenants"
ADD COLUMN "taxEvaluationPeriod" text DEFAULT 'monthly' NOT NULL;

View File

@@ -148,6 +148,20 @@
"when": 1773835200000, "when": 1773835200000,
"tag": "0021_admin_user_flag", "tag": "0021_admin_user_flag",
"breakpoints": true "breakpoints": true
},
{
"idx": 21,
"version": "7",
"when": 1773925200000,
"tag": "0022_task_dependencies",
"breakpoints": true
},
{
"idx": 22,
"version": "7",
"when": 1774080000000,
"tag": "0023_tax_evaluation_period",
"breakpoints": true
} }
] ]
} }