Bump DB version to avoid error

This commit is contained in:
Martin Edström
2025-03-24 20:00:40 +01:00
committed by Dustin Farris
parent cce9591c1c
commit 046822b512

View File

@ -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.")