X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3845e786001e973d0f2f49a8febf35c52ffae2b0..1f0d7da266e23a443c47aaa2dbab844e6be50ee4:/sql/Pg-upgrade2/periodic_invoices_first_billing_date.sql diff --git a/sql/Pg-upgrade2/periodic_invoices_first_billing_date.sql b/sql/Pg-upgrade2/periodic_invoices_first_billing_date.sql index 8487982f4..ffabb9da8 100644 --- a/sql/Pg-upgrade2/periodic_invoices_first_billing_date.sql +++ b/sql/Pg-upgrade2/periodic_invoices_first_billing_date.sql @@ -1,5 +1,4 @@ -- @tag: periodic_invoices_first_billing_date -- @description: Wiederkehrende Rechnungen: Feld für erstes Rechnungsdatum -- @depends: periodic_invoices --- @charset: utf-8 ALTER TABLE periodic_invoices_configs ADD COLUMN first_billing_date DATE;