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-postgres.sql
1
DROP TABLE identifier;
2

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

Also available in: Unified diff