mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 17:37:00 +00:00
feature/MS SQL: The size (5000) given to the parameter 'parameters' exceeds the maximum allowed (4000)
This commit is contained in:
parent
410c4fed76
commit
e8a63e3758
@ -81,7 +81,7 @@ class MethodRouting extends MethodRoutingT with LongKeyedMapper[MethodRouting] w
|
||||
}
|
||||
object IsBankIdExactMatch extends MappedBoolean(this)
|
||||
object ConnectorName extends MappedString(this, 255)
|
||||
object Parameters extends MappedString(this, 5000)
|
||||
object Parameters extends MappedText(this)
|
||||
|
||||
override def methodRoutingId: Option[String] = Option(MethodRoutingId.get)
|
||||
override def methodName: String = MethodName.get
|
||||
|
||||
Loading…
Reference in New Issue
Block a user