X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..53593baa211863fbf66540cf1bcc36c8fb37257f:/sql/Pg-upgrade2/get_shipped_qty_config.sql?ds=sidebyside diff --git a/sql/Pg-upgrade2/get_shipped_qty_config.sql b/sql/Pg-upgrade2/get_shipped_qty_config.sql new file mode 100644 index 000000000..fb2494dc7 --- /dev/null +++ b/sql/Pg-upgrade2/get_shipped_qty_config.sql @@ -0,0 +1,9 @@ +-- @tag: get_shipped_qty_config +-- @description: Mandantenweite Konfiguration für das Verhalten von Liefermengenabgleich +-- @depends: release_3_4_1 + +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; +ALTER TABLE defaults ADD COLUMN shipped_qty_item_identity_fields TEXT[] NOT NULL DEFAULT '{parts_id}'; + +