Revision 2f318813
Von Bernd Bleßmann vor fast 3 Jahren hinzugefügt
sql/Pg-upgrade2/cape_remove_oids.sql | ||
---|---|---|
1 |
-- @tag: cape_remove_oids |
|
2 |
-- @description: OIDs von Tabellen entfernen |
|
3 |
-- @depends: release_3_5_6 |
|
4 |
ALTER TABLE assembly SET WITHOUT OIDS; |
|
5 |
ALTER TABLE delivery_order_items SET WITHOUT OIDS; |
|
6 |
ALTER TABLE invoice SET WITHOUT OIDS; |
|
7 |
ALTER TABLE orderitems SET WITHOUT OIDS; |
|
8 |
ALTER TABLE parts SET WITHOUT OIDS; |
|
9 |
ALTER TABLE partsgroup SET WITHOUT OIDS; |
Auch abrufbar als: Unified diff
Revert "OIDs von Tabellen entfernt"
This reverts commit a351192ec2a1306395e2563525969e8103fa3f5a.
War jetzt doppelt drin.