Added schema resources.

This commit is contained in:
2023-03-21 19:30:25 -07:00
parent 6a0f593606
commit 7038ec944d

View File

@@ -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,
}
]