Merge branch 'test' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / sql / Pg-upgrade2 / remove_oids.sql
1 -- @tag: remove_oids
2 -- @description: OIDs von Tabellen entfernen
3 -- @depends: release_3_6_0
4 ALTER TABLE assembly             SET WITHOUT OIDS;
5 ALTER TABLE delivery_order_items SET WITHOUT OIDS;
6 ALTER TABLE invoice              SET WITHOUT OIDS;
7 ALTER TABLE orderitems           SET WITHOUT OIDS;
8 ALTER TABLE parts                SET WITHOUT OIDS;
9 ALTER TABLE partsgroup           SET WITHOUT OIDS;