Datenbankupgrades: unbekannte Control-Felder als Fehler werten
[kivitendo-erp.git] / sql / Pg-upgrade2 / inventory_shippingdate_not_null.sql
index afb0617..a3fa3f9 100644 (file)
@@ -1,7 +1,6 @@
 -- @tag: inventory_shippingdate_not_null
 -- @description: shippingdate not null, leeres shippingdate für nachträglich wie itime setzen
 -- @depends: release_3_4_0 inventory_fix_shippingdate_assemblies
--- @encoding: utf-8
 
 UPDATE inventory SET shippingdate = itime WHERE shippingdate IS NULL;
 ALTER TABLE inventory ALTER COLUMN shippingdate SET NOT NULL;