Files
FEDEO/backend/db/migrations/0010_sudden_billing_interval.sql
florianfederspiel 3f8ce5daf7
All checks were successful
Build and Push Docker Images / build-backend (push) Successful in 30s
Build and Push Docker Images / build-frontend (push) Successful in 1m8s
Tasks und Vertragstyp fix #17
2026-02-15 22:02:16 +01:00

4 lines
147 B
SQL

ALTER TABLE "contracttypes" ADD COLUMN "billingInterval" text;
--> statement-breakpoint
ALTER TABLE "contracts" ADD COLUMN "billingInterval" text;