tons of small fixes.
This commit is contained in:
6
src/clj/auto_ap/datomic/migrate/ledger.clj
Normal file
6
src/clj/auto_ap/datomic/migrate/ledger.clj
Normal file
@@ -0,0 +1,6 @@
|
||||
(ns auto-ap.datomic.migrate.ledger)
|
||||
|
||||
(def norms-map {::add-alternat-description {:txes [[{:db/ident :journal-entry/alternate-description
|
||||
:db/doc "The description if there is no vendor"
|
||||
:db/valueType :db.type/string
|
||||
:db/cardinality :db.cardinality/one}]]}})
|
||||
Reference in New Issue
Block a user