summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/fetch.fnl4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/fetch.fnl b/bin/fetch.fnl
index b8d1334..72d4c1f 100644
--- a/bin/fetch.fnl
+++ b/bin/fetch.fnl
@@ -25,7 +25,9 @@
(when _G.unpack
(tset table :unpack _G.unpack))
-(local db (must (luna.db.open "file:var/db.sqlite?_journal=WAL&_sync=NORMAL&_txlock=immediate")))
+(local db
+ (must (luna.db.open "file:var/db.sqlite?_journal=WAL&_sync=NORMAL&_txlock=immediate")))
+
(must
(luna.db.exec db "
PRAGMA foreign_keys=ON;