fix: don't delete rows from kvs if they're still used by other rows

This commit is contained in:
Tienson Qin
2024-08-22 21:28:44 +08:00
parent 15a78d4f1b
commit 674dbfb890
6 changed files with 93 additions and 35 deletions

View File

@@ -3,8 +3,9 @@
{org.clojure/clojure {:mvn/version "1.11.1"}
rum/rum {:mvn/version "0.12.9"}
datascript/datascript {:git/url "https://github.com/logseq/datascript" ;; fork
:sha "8c7168b0c29ae2dc3c3efb5d28188916e991bde1"}
datascript/datascript {:local/root "../../Datascript"}
;; datascript/datascript {:git/url "https://github.com/logseq/datascript" ;; fork
;; :sha "8c7168b0c29ae2dc3c3efb5d28188916e991bde1"}
datascript-transit/datascript-transit {:mvn/version "0.3.0"}
borkdude/rewrite-edn {:mvn/version "0.4.7"}