summaryrefslogtreecommitdiff
path: root/cmd/dashboard
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/dashboard')
-rw-r--r--cmd/dashboard/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/dashboard/main.go b/cmd/dashboard/main.go
index da49165..74cc836 100644
--- a/cmd/dashboard/main.go
+++ b/cmd/dashboard/main.go
@@ -35,7 +35,7 @@ func main() {
}
// Initialize database
- db, err := store.New(cfg.DatabasePath)
+ db, err := store.New(cfg.DatabasePath, cfg.MigrationDir)
if err != nil {
log.Fatalf("Failed to initialize database: %v", err)
}