forked from SteamWar/SteamWar
Refactor TeamTable to introduce default values for color and deleted, and make address column nullable.
Signed-off-by: Chaoscaot <max@maxsp.de>
This commit is contained in:
@@ -99,7 +99,7 @@ class Team(id: EntityID<Int>) : IntEntity(id) {
|
||||
name = value
|
||||
}
|
||||
|
||||
var address: String
|
||||
var address: String?
|
||||
get() = teamAddress
|
||||
set(value) = useDb {
|
||||
teamAddress = value
|
||||
|
||||
Reference in New Issue
Block a user