Change config value datatype

Fixes #167
This commit is contained in:
2023-06-29 14:55:38 +02:00
parent 7174f27a89
commit dd80d5af9e
5 changed files with 11 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/golang-migrate/migrate/v4/source/iofs"
)
const Version uint = 5
const Version uint = 6
//go:embed migrations/*
var migrationFiles embed.FS