summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
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 f08e1c9..56b3965 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -2362,7 +2362,7 @@ Return note ids for notes that match QUERY."
;; Create activity-log table
(gnosis--create-table 'activity-log gnosis-db-schema-activity-log)))
;; Update database schema for version
- (cond ((<= gnosis-curr-version 2)
+ (cond ((= gnosis-curr-version 2)
(gnosis-db-update-v3)))))
(gnosis-db-init)