Skip to content

Commit

Permalink
Merge pull request #4 from ibi-group/fix-stop-deletion-error
Browse files Browse the repository at this point in the history
Fix stop deletion error
  • Loading branch information
philip-cline authored Dec 21, 2023
2 parents e12dcf8 + 5d4fce1 commit 3fa0da9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1726,7 +1726,7 @@ private void updateReferencingTables(
connection.rollback();
if (entityClass.getSimpleName().equals("Stop")) {
String patternStopLookup = String.format(
"select distinct p.id, r.id " +
"select distinct p.id, r.id, r.route_short_name, r.route_id " +
"from %s.pattern_stops ps " +
"inner join " +
"%s.patterns p " +
Expand Down

0 comments on commit 3fa0da9

Please sign in to comment.