X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=sql%2FPg-upgrade2%2Frecorditem_active_price_source.sql;h=4b2c5db8ec516c8c0e3bc26596d8896d214fb2f2;hb=f15f5e4321df31d2279edb480e9c7fc15c3af31c;hp=56f88c0933f819b8a855ebd673f80673b499c10c;hpb=2bdd0bc580210b18c1b76a0d0bd4fc3bd3fceca2;p=kivitendo-erp.git diff --git a/sql/Pg-upgrade2/recorditem_active_price_source.sql b/sql/Pg-upgrade2/recorditem_active_price_source.sql index 56f88c093..4b2c5db8e 100644 --- a/sql/Pg-upgrade2/recorditem_active_price_source.sql +++ b/sql/Pg-upgrade2/recorditem_active_price_source.sql @@ -1,7 +1,6 @@ -- @tag: recorditem_active_price_source -- @description: Preisquelle in Belegpositionen --- @depends: release_2_6_2 --- @encoding: utf-8 +-- @depends: release_3_1_0 ALTER TABLE orderitems ADD COLUMN active_price_source TEXT NOT NULL DEFAULT ''; ALTER TABLE delivery_order_items ADD COLUMN active_price_source TEXT NOT NULL DEFAULT '';