added database migrations

This commit is contained in:
2025-09-04 00:48:30 +02:00
parent 1ae30c11cb
commit 15e28e1b18
8 changed files with 44 additions and 53 deletions

View File

@@ -1,7 +1,7 @@
-- reverse: create "wochen_report" table
DROP TABLE "wochen_report";
-- reverse: create "user_password" table
DROP TABLE "user_password";
-- reverse: create "wochen_report" table
DROP TABLE "wochen_report";
-- reverse: set comment to column: "geschlecht" on table: "personal_daten"
COMMENT ON COLUMN "personal_daten"."geschlecht" IS NULL;
-- reverse: create "personal_daten" table