fix(infra): apply missing migrations, fix Dockerfile.dev ui package reference

This commit is contained in:
2026-04-09 20:29:21 +02:00
parent 4875096b13
commit 4eac7b1888
4 changed files with 8 additions and 28 deletions
@@ -0,0 +1 @@
ALTER TABLE "assignments" ADD COLUMN IF NOT EXISTS "overbookingAcknowledged" BOOLEAN NOT NULL DEFAULT false;
+6
View File
@@ -0,0 +1,6 @@
{
"name": "@capakraken/ui",
"version": "0.0.1",
"private": true,
"exports": {}
}