From 7f68a27e4f3221b58238b46ede55c852eeb318b5 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 26 Dec 2024 09:29:35 +0200 Subject: 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 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)) -- cgit v1.2.3