From 3137277f28e3b9f5151c538b5e4f03a8cdbfc926 Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Fri, 7 Apr 2023 14:09:34 -0700 Subject: [PATCH] comment --- things-to-search-for.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/things-to-search-for.txt b/things-to-search-for.txt index 844306f3..4788f032 100644 --- a/things-to-search-for.txt +++ b/things-to-search-for.txt @@ -70,6 +70,8 @@ Release again git push deploy master regenerate all sales queries (clients.clj) + +;; probably not needed ;; update the index (doseq [[c] (dc/q '[:find ?c :where [?c :client/code]] (dc/db conn)) :let [_ (println "client " c)]