update migrations / gitignore

This commit is contained in:
Henry Dollman
2024-08-11 15:14:58 -04:00
parent dd55e74ec9
commit 9d2192f323
5 changed files with 7 additions and 3 deletions

View File

@@ -57,6 +57,7 @@ func (h *Hub) Run() {
migratecmd.MustRegister(h.app, h.app.RootCmd, migratecmd.Config{
// (the isGoRun check is to enable it only during development)
Automigrate: isGoRun,
Dir: "../../migrations",
})
// set auth settings