Project

General

Profile

« Previous | Next » 

Revision 6024

do not drop nonexistent table (identifier is not in 1.9.3)

View differences:

upgrade-db-to-1.10.0-oracle.sql
1
DROP TRIGGER identifier_before_insert;
2
DROP TABLE identifier;
3

  
4 1
CREATE TABLE systemMetadata (
5 2
   guid   VARCHAR2(2000),    -- the globally unique string identifier
6 3
   docid  VARCHAR(250), 	 -- the local document id #

Also available in: Unified diff