Revision 9795
Added by Jing Tao over 8 years ago
src/loaddtdschema-postgres.sql | ||
---|---|---|
168 | 168 |
INSERT INTO xml_catalog (entry_type, public_id, format_id, system_id) VALUES ('Schema', 'http://www.w3.org/1999/xlink', 'http://www.isotc211.org/2005/gmd-noaa', '/schema/isotc211-noaa/xlink/xlinks.xsd'); |
169 | 169 |
|
170 | 170 |
INSERT INTO db_version (version, status, date_created) |
171 |
VALUES ('2.7.0',1,CURRENT_DATE); |
|
171 |
VALUES ('2.8.0',1,CURRENT_DATE); |
Also available in: Unified diff
Add the version table to 2.8.0