From 2f318813a8d22ef9ddd2de7a454b6264d7ba4024 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Wed, 9 Mar 2022 11:06:02 +0100 Subject: [PATCH] Revert "OIDs von Tabellen entfernt" This reverts commit a351192ec2a1306395e2563525969e8103fa3f5a. War jetzt doppelt drin. --- sql/Pg-upgrade2/cape_remove_oids.sql | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 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 index b30d286d4..000000000 --- a/sql/Pg-upgrade2/cape_remove_oids.sql +++ /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; -- 2.20.1