branch: externals/org-gnosis
commit 7f68a27e4f3221b58238b46ede55c852eeb318b5
Author: Thanos Apollo <pub...@thanosapollo.org>
Commit: Thanos Apollo <pub...@thanosapollo.org>

    db: Remove extra table deletion.
---
 org-gnosis.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/org-gnosis.el b/org-gnosis.el
index 50c5e39897..3735afd3b6 100644
--- a/org-gnosis.el
+++ b/org-gnosis.el
@@ -565,7 +565,6 @@ If called with ARG do not initialize the database."
   (when (length< (emacsql org-gnosis-db
                          [:select name :from sqlite-master :where (= type 
table)])
                 3)
-    (org-gnosis-db-delete-tables)
     (emacsql-with-transaction org-gnosis-db
       (pcase-dolist (`(,table ,schema) org-gnosis-db--table-schemata)
        (emacsql org-gnosis-db [:create-table $i1 $S2] table schema))

Reply via email to