summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
Diffstat (limited to 'gnosis.el')
-rw-r--r--gnosis.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnosis.el b/gnosis.el
index e3dad4b..ed45621 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -2114,7 +2114,8 @@ to improve readability."
:on-delete :cascade)))
(defvar gnosis-db-schema-activity-log '([(date text :not-null)
- (note-num integer :not-null)]))
+ (reviewed-total integer :not-null)
+ (reviewed-new integer :not-null)]))
(defvar gnosis-db-schema-extras '([(id integer :primary-key :not-null)
(extra-notes string)