X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/36b8f1ece3531e2f5fba5bc38932e450e57bb012..ae4cec429306e2f1372d9cbd7a2ac40ecb977869:/sql/Pg-upgrade2/invoices_amount_paid_not_null.sql diff --git a/sql/Pg-upgrade2/invoices_amount_paid_not_null.sql b/sql/Pg-upgrade2/invoices_amount_paid_not_null.sql index 9add1418a..b5e5567c3 100644 --- a/sql/Pg-upgrade2/invoices_amount_paid_not_null.sql +++ b/sql/Pg-upgrade2/invoices_amount_paid_not_null.sql @@ -1,7 +1,6 @@ -- @tag: invoices_amount_paid_not_null -- @description: Bei Rechnungen die drei Spalten "amount", "netamount" und "paid" auf NOT NULL setzen -- @depends: release_3_2_0 --- @encoding: utf-8 UPDATE ar SET amount = 0 WHERE amount IS NULL; ALTER TABLE ar ALTER COLUMN amount SET NOT NULL;