mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
Bump DB version to avoid error
This commit is contained in:
committed by
Dustin Farris
parent
cce9591c1c
commit
046822b512
@ -108,7 +108,7 @@ ROAM_REFS."
|
||||
:type '(alist))
|
||||
|
||||
;;; Variables
|
||||
(defconst org-roam-db-version 18)
|
||||
(defconst org-roam-db-version 20)
|
||||
|
||||
(defvar org-roam-db--connection (make-hash-table :test #'equal)
|
||||
"Database connection to Org-roam database.")
|
||||
|
Reference in New Issue
Block a user