]> wagnertech.de Git - kivitendo-erp.git/blobdiff - sql/Pg-upgrade2/recorditem_active_price_source.sql
Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / sql / Pg-upgrade2 / recorditem_active_price_source.sql
index e8f502b77de4b53c1497f6d43b0f9953845db04a..4b2c5db8ec516c8c0e3bc26596d8896d214fb2f2 100644 (file)
@@ -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 '';