diff --git a/resources/cloud-migration-schema.edn b/resources/cloud-migration-schema.edn new file mode 100644 index 00000000..565280fa --- /dev/null +++ b/resources/cloud-migration-schema.edn @@ -0,0 +1,13 @@ +[{:db/valueType :db.type/double, + :db/cardinality :db.cardinality/one, + :db/noHistory true + :db/doc "The cached running balance for the account this line item is for", + :db/ident :journal-entry-line/running-balance, + } + {:db/valueType :db.type/boolean, + :db/cardinality :db.cardinality/one, + :db/noHistory true + :db/doc "Whether or not this journal entry line is dirty and needs to recalculate balances", + :db/ident :journal-entry-line/dirty, + } + ]