-
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 #1204 from ProjectSidewalk/develop
v4.3.8
- Loading branch information
Showing
13 changed files
with
424 additions
and
175 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
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,17 @@ | ||
# --- !Ups | ||
UPDATE street_edge SET deleted = TRUE WHERE street_edge_id IN ( | ||
26762, 23790, 7738, 23705, 23845, 25214, 22855, 19178, 22918, 23785, 26758, 26763, 26773, 24838, 24431, 3919, 23850, | ||
22846, 22946, 11224, 20517, 22931, 26765, 26764, 4710, 20564, 26769, 7430, 22775, 25543, 22711, 24692, 23801, 22972, | ||
23802, 23792, 11223, 20526, 23851, 19177, 22971, 20525, 22772, 26772, 25171, 23386, 25332, 26770, 25213, 20520, 26774, | ||
25325, 23841, 20562, 27027, 22822, 22768, 20523, 22851, 26767, 25331, 22920, 26777, 22930, 22911, 22820, 10615, 23385, | ||
26757, 26766, 22767, 23846, 26778, 24691, 22847, 22845, 26761, 20866, 26785, 26930, 25538 | ||
); | ||
|
||
# --- !Downs | ||
UPDATE street_edge SET deleted = FALSE WHERE street_edge_id IN ( | ||
26762, 23790, 7738, 23705, 23845, 25214, 22855, 19178, 22918, 23785, 26758, 26763, 26773, 24838, 24431, 3919, 23850, | ||
22846, 22946, 11224, 20517, 22931, 26765, 26764, 4710, 20564, 26769, 7430, 22775, 25543, 22711, 24692, 23801, 22972, | ||
23802, 23792, 11223, 20526, 23851, 19177, 22971, 20525, 22772, 26772, 25171, 23386, 25332, 26770, 25213, 20520, 26774, | ||
25325, 23841, 20562, 27027, 22822, 22768, 20523, 22851, 26767, 25331, 22920, 26777, 22930, 22911, 22820, 10615, 23385, | ||
26757, 26766, 22767, 23846, 26778, 24691, 22847, 22845, 26761, 20866, 26785, 26930, 25538 | ||
); |
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.