mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 17:17:09 +00:00
group table name
This commit is contained in:
parent
c24a0bf74e
commit
bcf6dc6726
@ -107,5 +107,6 @@ class MappedGroup extends Group with LongKeyedMapper[MappedGroup] with IdPK with
|
||||
}
|
||||
|
||||
object MappedGroup extends MappedGroup with LongKeyedMetaMapper[MappedGroup] {
|
||||
override def dbTableName = "Group" // define the DB table name
|
||||
override def dbIndexes = Index(GroupId) :: Index(BankId) :: super.dbIndexes
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user