Files
FEDEO/backend/db/migrations/0042_profile_availability_note.sql
florianfederspiel 81ce9d263d
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
KI-AGENT: Ergänze fehlende Profil-Verfügbarkeitsmigration
2026-05-19 18:25:52 +02:00

3 lines
79 B
SQL

ALTER TABLE "auth_profiles"
ADD COLUMN IF NOT EXISTS "availability_note" text;