Skip to content

Commit

Permalink
Updated adu link migration sql script.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeryNi committed Oct 2, 2024
1 parent 0110aeb commit 7c1cade
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
UPDATE metadata SET data = replace(data, 'https://geoportail.wallonie.be/walonmap/?#ADU', 'https://geoportail.wallonie.be/walonmap/#ADU')WHERE data LIKE '%https://geoportail.wallonie.be/walonmap/?#ADU%';

WITH ns AS (select ARRAY [ARRAY ['xlink', 'http://www.w3.org/1999/xlink'],
ARRAY ['mdb', 'http://standards.iso.org/iso/19115/-3/mdb/2.0'],
Expand Down

0 comments on commit 7c1cade

Please sign in to comment.