Skip to content

Commit

Permalink
added UTF-8 encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed Jul 31, 2023
1 parent 87b6ea7 commit efd9314
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sql/schema.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
PRAGMA encoding="UTF-8";

DROP TABLE IF EXISTS nodes;
CREATE TABLE nodes (
id INTEGER PRIMARY KEY,
Expand Down

0 comments on commit efd9314

Please sign in to comment.