fix: migration not applying on db

This commit is contained in:
2025-09-22 22:33:05 +05:30
parent 13702d117a
commit d150af5d10
4 changed files with 29 additions and 34 deletions

View File

@@ -9,6 +9,6 @@ import (
)
func main() {
utils.Migrate()
utils.Init()
cmd.Execute()
}