Skip to content

Commit

Permalink
more result changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Sep 8, 2023
1 parent a847a72 commit 381e046
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docqueries/driving_distance/dijksraDD-issue729.result
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ FROM
GROUP BY start_vid) AS count
WHERE edge_table.source=count.start_vid
;
UPDATE 16
UPDATE 18
ALTER TABLE edges
DROP COLUMN IF EXISTS another_column,
ADD COLUMN another_column INTEGER;
Expand Down Expand Up @@ -61,9 +61,7 @@ FROM
GROUP BY start_vid) AS count
WHERE network.source=count.start_vid
;
NOTICE:
No return values were found
UPDATE 0
UPDATE 4
ALTER TABLE network
DROP COLUMN IF EXISTS another_column,
ADD COLUMN another_column INTEGER;
Expand Down

0 comments on commit 381e046

Please sign in to comment.