progress on migrating all grids.
This commit is contained in:
@@ -213,4 +213,15 @@
|
||||
|
||||
{:user/name "hydrate-tuples"})
|
||||
|
||||
(auto-ap.datomic/audit-transact-batch (->> (dc/q '[:find ?e ?c
|
||||
:in $
|
||||
:where [?e :expected-deposit/client ?c]]
|
||||
(dc/db conn)
|
||||
)
|
||||
(map (fn [[i c]]
|
||||
{:db/id i
|
||||
:expected-deposit/client c})))
|
||||
|
||||
{:user/name "hydrate-tuples"})
|
||||
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user