CHANGE: updated compose file

This commit is contained in:
2025-02-24 23:20:19 +01:00
parent 0bb12318cc
commit db98eecd87
9 changed files with 1691 additions and 427 deletions

View File

@@ -61,13 +61,13 @@ EXECUTE FUNCTION update_zuletzt_geandert();
-- audittabelle für arbeitsstunden bestätigung
DROP TABLE IF EXISTS "buchung_wochen";
CREATE TABLE "buchung_wochen" (
"personal_nummer" int4,
"woche_start" date,
"buchungen" []bigserial,
"bestaetigt" bool DEFAULT FALSE,
);
-- DROP TABLE IF EXISTS "buchung_wochen";
-- CREATE TABLE "buchung_wochen" (
-- "personal_nummer" int4,
-- "woche_start" date,
-- "buchungen" []bigserial,
-- "bestaetigt" bool DEFAULT FALSE,
-- );
-- Adds crypto extension