You can update locations
This commit is contained in:
@@ -6,5 +6,6 @@
|
||||
(s/def ::vendor-id int?)
|
||||
(s/def ::expense-account-id int?)
|
||||
(s/def ::amount ::shared/money)
|
||||
(s/def ::location string?)
|
||||
|
||||
(s/def ::invoices-expense-account (s/keys :opt-un [::vendor-id ::expense-account-id ::amount]))
|
||||
(s/def ::invoices-expense-account (s/keys :opt-un [::vendor-id ::expense-account-id ::amount ::location]))
|
||||
|
||||
Reference in New Issue
Block a user