OIDs von Tabellen entfernt
authorMoritz Bunkus <m.bunkus@linet.de>
Thu, 11 Feb 2021 10:01:23 +0000 (11:01 +0100)
committerJan Büren <jan@kivitendo.de>
Tue, 8 Mar 2022 11:11:40 +0000 (12:11 +0100)
sql/Pg-upgrade2/cape_remove_oids.sql [new file with mode: 0644]

diff --git a/sql/Pg-upgrade2/cape_remove_oids.sql b/sql/Pg-upgrade2/cape_remove_oids.sql
new file mode 100644 (file)
index 0000000..b30d286
--- /dev/null
@@ -0,0 +1,9 @@
+-- @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;