group table name

This commit is contained in:
simonredfern 2025-11-26 21:54:57 +01:00
parent c24a0bf74e
commit bcf6dc6726

View File

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