Revision 6550
Added by ben leinfelder over 11 years ago
loaddtdschema-postgres.sql | ||
---|---|---|
54 | 54 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
55 | 55 |
VALUES ('Schema', 'http://ns.dataone.org/service/types/0.6.4', '/schema/D1_SCHEMA_0_6_4/dataoneTypes.xsd'); |
56 | 56 |
INSERT INTO db_version (version, status, date_created) |
57 |
VALUES ('1.10.0',1,CURRENT_DATE); |
|
57 |
VALUES ('2.0.0',1,CURRENT_DATE); |
Also available in: Unified diff
change upgrade scripts/routines to use 2.0.0 version number instead of 1.10.0