X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/cf63992efd6843a38de948fc509cdcc3bf51f1b6..5384e5cb7568d04e61bb5c712d7953df046f3a2c:/sql/Pg-upgrade2/price_source_client_config.sql?ds=sidebyside diff --git a/sql/Pg-upgrade2/price_source_client_config.sql b/sql/Pg-upgrade2/price_source_client_config.sql new file mode 100644 index 000000000..7bcac1aee --- /dev/null +++ b/sql/Pg-upgrade2/price_source_client_config.sql @@ -0,0 +1,6 @@ +-- @tag: price_source_client_config +-- @description: Preisquellen: Preisquellen ausschaltbar per Mandant +-- @depends: release_3_1_0 +-- @encoding: utf-8 + +ALTER TABLE defaults ADD disabled_price_sources TEXT[];