Project

General

Profile

« Previous | Next » 

Revision 7644

Use 2.0.7 version number in configuration/upgrade/docs (trunk, even though we will not be releasing 2.0.7 from trunk, we want to have the upgrade scripts included here)

View differences:

loaddtdschema-oracle.sql
92 92
INSERT INTO xml_catalog (entry_type, public_id, system_id)
93 93
  VALUES ('Schema', '/schema/RegistryService/RegistryEntryType.xsd', '/schema/RegistryService/RegistryEntryType.xsd'); 
94 94
INSERT INTO db_version (version, status, date_created) 
95
  VALUES ('2.0.6',1,CURRENT_DATE);
95
  VALUES ('2.0.7',1,CURRENT_DATE);

Also available in: Unified diff