Revision 5508
Added by ben leinfelder over 14 years ago
src/upgrade-db-to-1.10.0-postgres.sql | ||
---|---|---|
1 | 1 |
DROP TABLE identifier; |
2 |
DROP SEQUENCE identifier_id_seq; |
|
3 | 2 |
|
4 | 3 |
CREATE TABLE systemMetadata ( |
5 | 4 |
guid text, -- the globally unique string identifier |
src/upgrade-db-to-1.10.0-oracle.sql | ||
---|---|---|
1 |
DROP SEQUENCE identifier_id_seq; |
|
2 | 1 |
DROP TRIGGER identifier_before_insert; |
3 | 2 |
DROP TABLE identifier; |
4 | 3 |
|
Also available in: Unified diff
do not attempt to drop 'identifier_id_seq' - it does not seem to exist