Skip to content

Commit

Permalink
server: enable foreign keys in the query log
Browse files Browse the repository at this point in the history
  • Loading branch information
creachadair committed Mar 15, 2024
1 parent 027235e commit 211407a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/tailsql/state-schema.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
-- Local state schema.
PRAGMA foreign_keys = on;

-- Unique queries by spelling.
CREATE TABLE IF NOT EXISTS queries (
Expand Down

0 comments on commit 211407a

Please sign in to comment.