X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/66acdc926ce630fcd60655da3ad10fd39029f16c..1deb1fbe7e1c00bb64df6e8d47023c1e429af8f6:/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; +