Skip to content

Commit ea8663b

Browse files
committed
(contractionDeadEnd/docqueries) adding the missing change on the results file
1 parent ff15872 commit ea8663b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docqueries/contraction/contractionDeadEnd.result

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ FROM vertices WHERE is_contracted ORDER BY id;
106106
(6 rows)
107107

108108
/* -- cg6 */
109+
DROP VIEW IF EXISTS contracted_graph;
110+
NOTICE: view "contracted_graph" does not exist, skipping
111+
DROP VIEW
109112
CREATE VIEW contracted_graph AS
110113
WITH
111114
vertices_in_graph AS (

0 commit comments

Comments
 (0)