Migrates back to datomic on-prem
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
[clojure.string :as str]
|
||||
[clojure.xml :as xml]
|
||||
[clojure.zip :as zip]
|
||||
[datomic.client.api :as d]
|
||||
[iol-ion.tx :refer [propose-invoice random-tempid]])
|
||||
[datomic.api :as d]
|
||||
[iol-ion.tx :refer [random-tempid]])
|
||||
(:import
|
||||
(java.util UUID)))
|
||||
|
||||
@@ -249,7 +249,7 @@
|
||||
:invoice i)
|
||||
i))
|
||||
(mapv (fn [i]
|
||||
`(propose-invoice ~(assoc i :invoice/source-url invoice-url))))))) (catch Exception e
|
||||
[:propose-invoice (assoc i :invoice/source-url invoice-url)]))))) (catch Exception e
|
||||
(log/error ::cant-load-file
|
||||
:key k
|
||||
:exception e)
|
||||
|
||||
Reference in New Issue
Block a user