Project

General

Profile

« Previous | Next » 

Revision 5508

do not attempt to drop 'identifier_id_seq' - it does not seem to exist

View differences:

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