forked from geonetwork/core-geonetwork
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Metawal / SQL / srv namepsace migration #898.
- Loading branch information
1 parent
1db3823
commit 8628bc4
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
5 changes: 3 additions & 2 deletions
5
web/src/main/webapp/WEB-INF/classes/setup/sql-metawal/migrate/4.4.3/migrate-4.4.3.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
UPDATE Settings SET value='4.4.3' WHERE name='system/platform/version'; | ||
UPDATE Settings SET value='0' WHERE name='system/platform/subVersion'; | ||
|
||
|
||
INSERT INTO Settings (name, value, datatype, position, internal) VALUES ('system/documentation/url', 'https://docs.geonetwork-opensource.org/{{version}}/{{lang}}', 0, 570, 'n'); | ||
INSERT INTO Settings (name, value, datatype, position, internal) VALUES ('system/userFeedback/metadata/enable', 'false', 2, 1913, 'n'); | ||
INSERT INTO Settings (name, value, datatype, position, internal) VALUES ('system/userFeedback/metadata/enable', 'false', 2, 1913, 'n'); | ||
|
||
UPDATE Metadata SET data = replace(data, 'http://standards.iso.org/iso/19115/-3/srv/2.1', 'http://standards.iso.org/iso/19115/-3/srv/2.0') WHERE data LIKE '%http://standards.iso.org/iso/19115/-3/srv/2.1%' AND schemaId = 'iso19115-3.2018'; |