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

@@ -1,6 +1,6 @@
package service
import "Game-tycoon/storage/dao"
import "hamster-tycoon/storage/dao"
type GameService struct {
serviceContext
@@ -8,4 +8,4 @@ type GameService struct {
func NewGameService(database dao.Database) *GameService {
return &GameService{serviceContext{db: database}}
}
}