Revert "OIDs von Tabellen entfernt"
[kivitendo-erp.git] / sql / Pg-upgrade2 / cape_remove_oids.sql
diff --git a/sql/Pg-upgrade2/cape_remove_oids.sql b/sql/Pg-upgrade2/cape_remove_oids.sql
deleted file mode 100644 (file)
index b30d286..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
--- @tag: cape_remove_oids
--- @description: OIDs von Tabellen entfernen
--- @depends: release_3_5_6
-ALTER TABLE assembly             SET WITHOUT OIDS;
-ALTER TABLE delivery_order_items SET WITHOUT OIDS;
-ALTER TABLE invoice              SET WITHOUT OIDS;
-ALTER TABLE orderitems           SET WITHOUT OIDS;
-ALTER TABLE parts                SET WITHOUT OIDS;
-ALTER TABLE partsgroup           SET WITHOUT OIDS;