added public holidays + updated templ to v0.3.960
Some checks failed
Tests / Run Go Tests (push) Failing after 1m33s
Some checks failed
Tests / Run Go Tests (push) Failing after 1m33s
This commit is contained in:
6
migrations/20251217215955_feiertage.down.sql
Normal file
6
migrations/20251217215955_feiertage.down.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- reverse: create index "feiertage_unique_pro_jahr" to table: "s_feiertage"
|
||||
DROP INDEX "feiertage_unique_pro_jahr";
|
||||
-- reverse: create "s_feiertage" table
|
||||
DROP TABLE "s_feiertage";
|
||||
-- reverse: set comment to column: "arbeitszeit_equivalent" on table: "s_abwesenheit_typen"
|
||||
COMMENT ON COLUMN "s_abwesenheit_typen"."arbeitszeit_equivalent" IS '0=keine Arbeitszeit; 1=Arbeitszeit auffüllen; 2=Arbeitszeit austauschen';
|
||||
Reference in New Issue
Block a user