From 1bdfc25f801ff8ed8a97795ed7fc660afba4724b Mon Sep 17 00:00:00 2001 From: Jethro Kuan Date: Sun, 2 May 2021 16:41:18 +0800 Subject: [PATCH] remove NOTE on foreign key --- org-roam-db.el | 1 - 1 file changed, 1 deletion(-) diff --git a/org-roam-db.el b/org-roam-db.el index cbd1a13..04aac75 100644 --- a/org-roam-db.el +++ b/org-roam-db.el @@ -129,7 +129,6 @@ SQL can be either the emacsql vector representation, or a string." (apply #'emacsql (org-roam-db) sql args))) ;;;; Schemata -;; NOTE: Foreign key somehow doesn't work! Adding a file column to every table as a workaround. (defconst org-roam-db--table-schemata '((files [(file :unique :primary-key)