CHANGE: added team view, with submitted bookings for team members and send form for own bookings
This commit is contained in:
@@ -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" (
|
||||
"id" serial PRIMARY KEY,
|
||||
"personal_nummer" int4,
|
||||
"woche_start" date,
|
||||
"bestaetigt" bool DEFAULT FALSE
|
||||
);
|
||||
|
||||
-- Adds crypto extension
|
||||
|
||||
|
||||
Reference in New Issue
Block a user