Revision a351192e
Von Moritz Bunkus 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
OIDs von Tabellen entfernt