progress on migrating all grids.

This commit is contained in:
2023-09-28 22:22:25 -07:00
parent d1798f6b5c
commit 99accc067c
15 changed files with 743 additions and 742 deletions

View File

@@ -12,7 +12,7 @@
[clj-time.coerce :as c]
[datomic.api :as dc]))
(def default-read '[*])
(def default-read '[* {:yodlee-provider-account/client [:client/code]}])
(defn <-datomic [x]
(-> x (update :yodlee-provider-account/last-updated c/from-date)))