X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d4925a8b60f04674885e30d9316dc0263f8b9a84..b293ff8ad52fc76ba0c44783e3982418114d6b08:/sql/Pg-upgrade2/remove_oids.sql?ds=sidebyside diff --git a/sql/Pg-upgrade2/remove_oids.sql b/sql/Pg-upgrade2/remove_oids.sql new file mode 100644 index 000000000..9e9f4395e --- /dev/null +++ b/sql/Pg-upgrade2/remove_oids.sql @@ -0,0 +1,9 @@ +-- @tag: remove_oids +-- @description: OIDs von Tabellen entfernen +-- @depends: release_3_6_0 +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;