summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-07-23 18:47:57 +0300
committerThanos Apollo <[email protected]>2024-07-23 18:47:57 +0300
commitb167f66799e83b0be874599b0e9979de9db7232a (patch)
treeaf18b3cf85df057b4f34d345d5dc9eae87b430e9 /gnosis.el
parente72d2dc67439d880d93739fe003d451c6c790ae3 (diff)
db-init: Update docstring.
Diffstat (limited to 'gnosis.el')
-rw-r--r--gnosis.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnosis.el b/gnosis.el
index f9a224a..bbb1826 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -2171,7 +2171,7 @@ Return note ids for notes that match QUERY."
(gnosis-select 'id 'notes clause t)))
(defun gnosis-db-init ()
- "Create gnosis essential directories & database."
+ "Create essential directories & database."
(let ((gnosis-curr-version (caar (emacsql gnosis-db (format "PRAGMA user_version")))))
(unless (length= (emacsql gnosis-db [:select name :from sqlite-master :where (= type table)]) 7)
;; Enable foreign keys