Enable SQL migrations

This commit is contained in:
Deluan 2023-04-04 10:30:28 -04:00
parent 7847f19c9d
commit c3cc7dee01
6 changed files with 23 additions and 8 deletions

View file

@ -24,7 +24,7 @@ func TestPersistence(t *testing.T) {
//conf.Server.DbPath = "./test-123.db"
conf.Server.DbPath = "file::memory:?cache=shared"
_ = orm.RegisterDataBase("default", db.Driver, conf.Server.DbPath)
db.EnsureLatestVersion()
db.Init()
log.SetLevel(log.LevelError)
RegisterFailHandler(Fail)
RunSpecs(t, "Persistence Suite")