KI-AGENT: Profil-Verfügbarkeitsmigration im Journal ergänzen
All checks were successful
Build and Push Docker Images / build-backend (push) Successful in 1m22s
Build and Push Docker Images / build-frontend (push) Successful in 2m27s
Build and Push Docker Images / build-docs (push) Successful in 59s

This commit is contained in:
2026-05-18 20:15:58 +02:00
parent f5755993b5
commit 80b2b1d097
2 changed files with 8 additions and 1 deletions

View File

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