X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=sql%2FPg-upgrade2%2Frecorditem_active_price_source.sql;fp=sql%2FPg-upgrade2%2Frecorditem_active_price_source.sql;h=4b2c5db8ec516c8c0e3bc26596d8896d214fb2f2;hp=e8f502b77de4b53c1497f6d43b0f9953845db04a;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44 diff --git a/sql/Pg-upgrade2/recorditem_active_price_source.sql b/sql/Pg-upgrade2/recorditem_active_price_source.sql index e8f502b77..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_3_1_0 --- @encoding: utf-8 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 '';