removed DB content
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
c7e7725ad5
commit
0808f8f90c
@ -1,3 +0,0 @@
|
||||
package org.tbasket.data
|
||||
|
||||
case class Group(identifier: Int, name: String, clubName: String)
|
@ -1,3 +0,0 @@
|
||||
package org.tbasket.data
|
||||
|
||||
case class Member(group: Group, )
|
@ -1,3 +0,0 @@
|
||||
package org.tbasket.data
|
||||
|
||||
case class User(id: Int, name: String, forename: String)
|
Reference in new issue