feat: update liquibase script

This commit is contained in:
Jeffrey Duroyon
2020-05-11 00:44:22 +02:00
parent bda5b1b97b
commit 3ab5c7916f
12 changed files with 182 additions and 3 deletions

View File

@@ -2,6 +2,7 @@ package model
type Game struct {
ID string `json:"game_id"`
User User `json:"-"`
Server Server `json:"server"`
Cages []*Cage `json:"cages"`
SoldHamster []*Hamster `json:"sold_hamsters"`