diff options
-rw-r--r-- | org-gnosis.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/org-gnosis.el b/org-gnosis.el index 50c5e39..3735afd 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)) |