Testfall: Debug-Meldungen nur bei einzelner Ausführung
[kivitendo-erp.git] / sql / Pg-upgrade2 / cape_remove_oids.sql
1 -- @tag: cape_remove_oids
2 -- @description: OIDs von Tabellen entfernen
3 -- @depends: release_3_5_6
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;