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)]