X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=sql%2FPg-upgrade2%2Fremove_oids.sql;fp=sql%2FPg-upgrade2%2Fremove_oids.sql;h=9e9f4395e2f2a48d994bfc336bc603d95a94cddf;hp=0000000000000000000000000000000000000000;hb=b293ff8ad52fc76ba0c44783e3982418114d6b08;hpb=d4925a8b60f04674885e30d9316dc0263f8b9a84 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;