epic-ts
[kivitendo-erp.git] / sql / Pg-upgrade2 / 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