Migration von Verträgen speichert nun die Eintäge auch in der DB

Tippfehler in Models behoben
Berechtigungen für DV und VBS Sequence hinzugefügt
This commit is contained in:
Andreas Österreicher
2023-04-06 07:34:26 +02:00
parent 783cb289cd
commit fca341ccf4
4 changed files with 168 additions and 9 deletions
+3
View File
@@ -404,6 +404,9 @@ if ($result = $db->db_query("SELECT * FROM information_schema.tables WHERE table
COMMENT ON TABLE hr.tbl_sachaufwand IS E'Zusatzvergütungen für Mitarbeiter';
COMMENT ON TABLE hr.tbl_sachaufwandtyp IS E'Key-Table for Sachaufwand';
COMMENT ON TABLE hr.tbl_teilzeittyp IS E'Key-Table Altersteilzeit, Elternteilzeit';
GRANT USAGE ON hr.tbl_dienstverhaeltnis_dienstverhaeltnis_id_seq TO vilesci;
GRANT USAGE ON hr.tbl_vertragsbestandteil_vertragsbestandteil_id_seq TO vilesci;
";
if (! $db->db_query($qry))