Skip to content

Commit fca69e0

Browse files
authored
Merge pull request #99 from INCATools/restore-post-schema-modification
Restoring post schema modification to add graph column
2 parents 64a1df4 + b76386d commit fca69e0

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)