X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..53593baa211863fbf66540cf1bcc36c8fb37257f:/sql/Pg-upgrade2/remove_oids.sql 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;