added database migrations
This commit is contained in:
6
migrations/20250903221313_overtime.down.sql
Normal file
6
migrations/20250903221313_overtime.down.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- reverse: modify "wochen_report" table
|
||||
ALTER TABLE "wochen_report" DROP COLUMN "arbeitszeit", ALTER COLUMN "ueberstunden" TYPE smallint;
|
||||
-- reverse: modify "s_personal_daten" table
|
||||
ALTER TABLE "s_personal_daten" DROP COLUMN "arbeitszeit_per_woche";
|
||||
-- reverse: modify "s_abwesenheit_typen" table
|
||||
ALTER TABLE "s_abwesenheit_typen" DROP COLUMN "arbeitszeit_equivalent";
|
||||
Reference in New Issue
Block a user