Revert "OIDs von Tabellen entfernt"
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Wed, 9 Mar 2022 10:06:02 +0000 (11:06 +0100)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Wed, 9 Mar 2022 10:06:02 +0000 (11:06 +0100)
This reverts commit a351192ec2a1306395e2563525969e8103fa3f5a.

War jetzt doppelt drin.

sql/Pg-upgrade2/cape_remove_oids.sql [deleted file]

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;