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" ALTER TABLE "auth_profiles"
ADD COLUMN "availability_note" text; ADD COLUMN IF NOT EXISTS "availability_note" text;

View File

@@ -260,6 +260,13 @@
"when": 1778840100000, "when": 1778840100000,
"tag": "0037_outgoing_sepa_mandates", "tag": "0037_outgoing_sepa_mandates",
"breakpoints": true "breakpoints": true
},
{
"idx": 37,
"version": "7",
"when": 1778840200000,
"tag": "0034_profile_availability_note",
"breakpoints": true
} }
] ]
} }