X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f559550ffb82e23f3712c11be4161d9c53a4b904..0ed9d7317f58878a38b6f3e1ac5ba052f4798538:/sql/Pg-upgrade2/get_shipped_qty_config.sql diff --git a/sql/Pg-upgrade2/get_shipped_qty_config.sql b/sql/Pg-upgrade2/get_shipped_qty_config.sql index 5c1e1d67a..fb2494dc7 100644 --- a/sql/Pg-upgrade2/get_shipped_qty_config.sql +++ b/sql/Pg-upgrade2/get_shipped_qty_config.sql @@ -1,7 +1,6 @@ -- @tag: get_shipped_qty_config -- @description: Mandantenweite Konfiguration für das Verhalten von Liefermengenabgleich -- @depends: release_3_4_1 --- @encoding: utf-8 ALTER TABLE defaults ADD COLUMN shipped_qty_require_stock_out BOOLEAN NOT NULL DEFAULT FALSE; ALTER TABLE defaults ADD COLUMN shipped_qty_fill_up BOOLEAN NOT NULL DEFAULT TRUE;