added start date.
This commit is contained in:
6
src/clj/auto_ap/datomic/migrate/clients.clj
Normal file
6
src/clj/auto_ap/datomic/migrate/clients.clj
Normal file
@@ -0,0 +1,6 @@
|
||||
(ns auto-ap.datomic.migrate.clients)
|
||||
(def norms-map {::add-bank-account-start-date
|
||||
{:txes [[{:db/ident :bank-account/start-date
|
||||
:db/doc "Setting this date prevents older transactions from being imported"
|
||||
:db/valueType :db.type/instant
|
||||
:db/cardinality :db.cardinality/one}]]}})
|
||||
Reference in New Issue
Block a user