Project

General

Profile

« Previous | Next » 

Revision 6583

drop old identifier when upgrading from 1.9.5 to 2.0.0

View differences:

upgrade-db-to-2.0.0-oracle.sql
36 36
		FOREIGN KEY (guid) REFERENCES systemMetadata
37 37
);
38 38

  
39
DROP TABLE identifier;
40

  
39 41
CREATE TABLE identifier (
40 42
   guid   VARCHAR2(2000), -- the globally unique string identifier
41 43
   docid  VARCHAR2(250),  -- the local document id #

Also available in: Unified diff