KI-AGENT: Ergänze fehlende Profil-Verfügbarkeitsmigration
All checks were successful
Build and Push Docker Images / build-backend (push) Successful in 17s
Build and Push Docker Images / build-frontend (push) Successful in 10s
Build and Push Docker Images / build-docs (push) Successful in 10s

This commit is contained in:
2026-05-19 18:25:52 +02:00
parent 6455be81bd
commit 81ce9d263d
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE "auth_profiles"
ADD COLUMN IF NOT EXISTS "availability_note" text;

View File

@@ -295,6 +295,13 @@
"when": 1780149600000, "when": 1780149600000,
"tag": "0041_profile_calendar_subscription", "tag": "0041_profile_calendar_subscription",
"breakpoints": true "breakpoints": true
},
{
"idx": 42,
"version": "7",
"when": 1780153200000,
"tag": "0042_profile_availability_note",
"breakpoints": true
} }
] ]
} }