aec35e006b2ead4bf3f1435dce32af0778315c32
[kivitendo-erp.git] / units_no_type_distinction.sql
1 -- @tag: units_no_type_distinction
2 -- @description: Aufhebung der Typenunterscheidung bei Einheiten
3 -- @depends: release_2_4_3
4 ALTER TABLE units ALTER COLUMN type DROP NOT NULL;
5