CHANGE: added report section
This commit is contained in:
@@ -61,12 +61,13 @@ EXECUTE FUNCTION update_zuletzt_geandert();
|
||||
|
||||
-- audittabelle für arbeitsstunden bestätigung
|
||||
|
||||
DROP TABLE IF EXISTS "buchung_wochen";
|
||||
CREATE TABLE "buchung_wochen" (
|
||||
DROP TABLE IF EXISTS "wochen_report";
|
||||
CREATE TABLE "wochen_report" (
|
||||
"id" serial PRIMARY KEY,
|
||||
"personal_nummer" int4,
|
||||
"woche_start" date,
|
||||
"bestaetigt" bool DEFAULT FALSE
|
||||
"bestaetigt" bool DEFAULT FALSE,
|
||||
UNIQUE ("personal_nummer", "woche_start")
|
||||
);
|
||||
|
||||
-- Adds crypto extension
|
||||
|
||||
Reference in New Issue
Block a user