mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 17:56:46 +00:00
Increase transaction type field max length
This commit is contained in:
parent
6d3c1762aa
commit
c551c3b354
@ -21,7 +21,7 @@ class MappedTransaction extends LongKeyedMapper[MappedTransaction] with IdPK wit
|
||||
}
|
||||
//TODO: review the need for this
|
||||
object transactionUUID extends MappedUUID(this)
|
||||
object transactionType extends MappedString(this, 20)
|
||||
object transactionType extends MappedString(this, 100)
|
||||
|
||||
//amount/new balance use the smallest unit of currency! e.g. cents, yen, pence, øre, etc.
|
||||
object amount extends MappedLong(this)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user