mirror of
https://github.com/fankes/beszel.git
synced 2025-10-20 02:09:28 +08:00
update migrations / gitignore
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user