-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3538 from ProjectSidewalk/develop
v7.19.3
- Loading branch information
Showing
24 changed files
with
99 additions
and
61 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# --- !Ups | ||
UPDATE tag SET tag = 'debris / pooled water' WHERE tag = 'pooled water'; | ||
|
||
UPDATE label SET tags = ARRAY_REPLACE(tags, 'pooled water', 'debris / pooled water'); | ||
|
||
UPDATE label_history SET tags = ARRAY_REPLACE(tags, 'pooled water', 'debris / pooled water'); | ||
|
||
UPDATE label_validation | ||
SET old_tags = ARRAY_REPLACE(old_tags, 'pooled water', 'debris / pooled water'), | ||
new_tags = ARRAY_REPLACE(new_tags, 'pooled water', 'debris / pooled water'); | ||
|
||
# --- !Downs | ||
UPDATE label_validation | ||
SET old_tags = ARRAY_REPLACE(old_tags, 'debris / pooled water', 'pooled water'), | ||
new_tags = ARRAY_REPLACE(new_tags, 'debris / pooled water', 'pooled water'); | ||
|
||
UPDATE label_history SET tags = ARRAY_REPLACE(tags, 'debris / pooled water', 'pooled water'); | ||
|
||
UPDATE label SET tags = ARRAY_REPLACE(tags, 'debris / pooled water', 'pooled water'); | ||
|
||
UPDATE tag SET tag = 'pooled water' WHERE tag = 'debris / pooled water'; |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# --- !Ups | ||
INSERT INTO version VALUES ('7.19.3', now(), 'Fixes validating through Gallery and LabelMap.'); | ||
|
||
# --- !Downs | ||
DELETE FROM version WHERE version_id = '7.19.3'; |
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
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
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
Oops, something went wrong.