This commit is contained in:
@@ -81,8 +81,8 @@ CREATE TABLE "wochen_report" (
|
||||
"personal_nummer" int4,
|
||||
"woche_start" date,
|
||||
"bestaetigt" bool DEFAULT FALSE,
|
||||
"arbeitszeit" float4,
|
||||
"ueberstunden" float4,
|
||||
"arbeitszeit" interval,
|
||||
"ueberstunden" interval,
|
||||
UNIQUE ("personal_nummer", "woche_start")
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user