Skip to content

Commit b76386d

Browse files
committed
Restoring post schema modification to add graph column
See #95
1 parent 64a1df4 commit b76386d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/semsql/builder/sql_schema/semsql.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1601,4 +1601,4 @@ CREATE VIEW transitive_edge AS WITH RECURSIVE transitive_edge
16011601
SELECT * FROM transitive_edge;
16021602

16031603
-- patch statements table
1604-
ALTER TABLE statements ADD COLUMN graph TEXT;
1604+
-- ALTER TABLE statements ADD COLUMN graph TEXT;

0 commit comments

Comments
 (0)