Merge branch 'b-3.6.1' into mebil
[kivitendo-erp.git] / sql / Pg-upgrade2 / time_recordings2.sql
1 -- @tag: time_recordings2
2 -- @description: Ergänzung zur Zeiterfassung
3 -- @depends: time_recordings
4 ALTER TABLE time_recordings ADD column booked boolean DEFAULT false;
5 ALTER TABLE time_recordings ADD column payroll boolean DEFAULT false;
6