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;