Skip to content

Commit

Permalink
drop duplicate addition of region/getmap/useGeodesicExtents settings key
Browse files Browse the repository at this point in the history
  • Loading branch information
landryb committed Jun 20, 2024
1 parent 514d90f commit 064cccd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
UPDATE Settings SET value='4.4.2' WHERE name='system/platform/version';
UPDATE Settings SET value='0' WHERE name='system/platform/subVersion';

INSERT INTO Settings (name, value, datatype, position, internal) VALUES ('region/getmap/useGeodesicExtents', 'false', 2, 9591, 'n');

DELETE FROM Settings WHERE name = 'system/index/indexingTimeRecordLink';

0 comments on commit 064cccd

Please sign in to comment.