projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a44bb34
)
OIDs von Tabellen entfernt
author
Moritz Bunkus
<m.bunkus@linet.de>
Thu, 11 Feb 2021 10:01:23 +0000
(11:01 +0100)
committer
Jan 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]
patch
|
blob
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
+++ b/
sql/Pg-upgrade2/cape_remove_oids.sql
@@ -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;