org-roam-db: Don't unnecessarily enable foreign keys support

Starting with EmacSQL v4.1.0, `emacsql-sqlite-open' takes care of that.
This commit is contained in:
Jonas Bernoulli
2024-11-18 00:58:03 +01:00
committed by Dustin Farris
parent b4b8d8c0ee
commit 719594dfc7
6 changed files with 6 additions and 7 deletions

View File

@ -6,7 +6,7 @@
;; URL: https://github.com/org-roam/org-roam
;; Keywords: org-mode, roam, convenience
;; Version: 2.2.2
;; Package-Requires: ((emacs "26.1") (dash "2.13") (org "9.4") (emacsql "4.0.0") (magit-section "3.0.0"))
;; Package-Requires: ((emacs "26.1") (dash "2.13") (org "9.4") (emacsql "4.1.0") (magit-section "3.0.0"))
;; This file is NOT part of GNU Emacs.