Project

General

Profile

« Previous | Next » 

Revision 4975

Added by daigle almost 15 years ago

Add upgrade scripts for 1.9.2 (scheduler tables)

View differences:

loaddtdschema-postgres.sql
51 51
  VALUES ('Schema', 'http://ecoinformatics.org/registryentry-1.0.0', '/schema/RegistryService/RegistryEntryType.xsd');
52 52

  
53 53
INSERT INTO db_version (version, status, date_created) 
54
  VALUES ('1.9.1',1,CURRENT_DATE);
54
  VALUES ('1.9.2',1,CURRENT_DATE);

Also available in: Unified diff