Project

General

Profile

« Previous | Next » 

Revision 2430

Added by sgarg over 19 years ago

Added new database upgrade script for postgres.
Modified the database upgrade script for oracle
Added comment to DBquery.java
Fixed a bug in xmltables.sql

View differences:

xmltables.sql
34 34
DROP SEQUENCE xml_replication_id_seq;
35 35
DROP SEQUENCE xml_documents_id_seq;
36 36
DROP SEQUENCE accession_number_id_seq;
37
DROP SEQUENCE access_log_seq;
37
DROP SEQUENCE access_log_id_seq;
38 38
DROP SEQUENCE xml_returnfield_id_seq;
39 39
DROP SEQUENCE xml_queryresult_id_seq;
40 40

  
......
64 64
DROP TABLE harvest_site_schedule;
65 65
DROP TABLE harvest_detail_log;
66 66
DROP TABLE harvest_log;
67
DROP TABLE xml_queryresult;
67 68
DROP TABLE xml_returnfield;
68
DROP TABLE xml_queryresult;
69 69

  
70 70
/*
71 71
 *Replication -- table to store servers that metacat is replicated to

Also available in: Unified diff