Skip to content

Commit

Permalink
change quote from double to single
Browse files Browse the repository at this point in the history
Fixes #53.
  • Loading branch information
skshetry authored Feb 19, 2025
1 parent f60f368 commit 38e1529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sqltrie/sqlite/init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ CREATE TABLE IF NOT EXISTS nodes (
);
CREATE INDEX IF NOT EXISTS nodes_pid_idx ON nodes (pid);
INSERT OR IGNORE INTO nodes (id, pid, name, has_value, value)
VALUES (1, NULL, "", 0, NULL);
VALUES (1, NULL, '', 0, NULL);

0 comments on commit 38e1529

Please sign in to comment.