X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..53593baa211863fbf66540cf1bcc36c8fb37257f:/sql/Pg-upgrade2/time_recordings2.sql diff --git a/sql/Pg-upgrade2/time_recordings2.sql b/sql/Pg-upgrade2/time_recordings2.sql new file mode 100644 index 000000000..afebb212a --- /dev/null +++ b/sql/Pg-upgrade2/time_recordings2.sql @@ -0,0 +1,6 @@ +-- @tag: time_recordings2 +-- @description: Ergänzung zur Zeiterfassung +-- @depends: time_recordings +ALTER TABLE time_recordings ADD column booked boolean DEFAULT false; +ALTER TABLE time_recordings ADD column payroll boolean DEFAULT false; +