X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=sql%2FPg-upgrade2%2Fshop_orders_add_active_pricesource.sql;fp=sql%2FPg-upgrade2%2Fshop_orders_add_active_pricesource.sql;h=8b258a755cc2c2f354b8b9da1251559135114911;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hp=0000000000000000000000000000000000000000;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44;p=kivitendo-erp.git diff --git a/sql/Pg-upgrade2/shop_orders_add_active_pricesource.sql b/sql/Pg-upgrade2/shop_orders_add_active_pricesource.sql new file mode 100644 index 000000000..8b258a755 --- /dev/null +++ b/sql/Pg-upgrade2/shop_orders_add_active_pricesource.sql @@ -0,0 +1,5 @@ +-- @tag: shop_orders_add_active_price_source +-- @description: Erstellen der Tabellen shop_orders und shop_order_items +-- @depends: release_3_5_0 shop_orders + +ALTER TABLE shop_order_items ADD COLUMN active_price_source TEXT;