added feiertage to database + endpoint to insert every year
This commit is contained in:
@@ -109,7 +109,9 @@ DROP TABLE IF EXISTS "s_feiertage";
|
||||
CREATE TABLE "s_feiertage" (
|
||||
"counter_id" serial PRIMARY KEY NOT NULL,
|
||||
"datum" date NOT NULL,
|
||||
"name" varchar(100) NOT NULL
|
||||
"name" varchar(100) NOT NULL,
|
||||
"wiederholen" smallint NOT NULL DEFAULT 0,
|
||||
"arbeitszeit_equivalent" smallint NOT NULL DEFAULT 100
|
||||
);
|
||||
|
||||
CREATE UNIQUE index feiertage_unique_pro_jahr on s_feiertage (
|
||||
|
||||
Reference in New Issue
Block a user