mirror of
https://github.com/org-roam/org-roam
synced 2025-08-03 12:27:23 -05:00
remove NOTE on foreign key
This commit is contained in:
@ -129,7 +129,6 @@ SQL can be either the emacsql vector representation, or a string."
|
|||||||
(apply #'emacsql (org-roam-db) sql args)))
|
(apply #'emacsql (org-roam-db) sql args)))
|
||||||
|
|
||||||
;;;; Schemata
|
;;;; Schemata
|
||||||
;; NOTE: Foreign key somehow doesn't work! Adding a file column to every table as a workaround.
|
|
||||||
(defconst org-roam-db--table-schemata
|
(defconst org-roam-db--table-schemata
|
||||||
'((files
|
'((files
|
||||||
[(file :unique :primary-key)
|
[(file :unique :primary-key)
|
||||||
|
Reference in New Issue
Block a user