From f4a9078ec716ebaeb561a1e67514440c488d1933 Mon Sep 17 00:00:00 2001 From: Martin Kagamino Lehoux Date: Tue, 11 Aug 2026 15:15:24 +0200 Subject: chore: Use Go tool for dbmate --- .mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mise.toml b/.mise.toml index fe58c24..a6e65cb 100644 --- a/.mise.toml +++ b/.mise.toml @@ -21,7 +21,7 @@ run = "go build -o biking_home ." [tasks.migrate] description = "Apply SQLite migrations" -run = "DATABASE_URL=sqlite:biking_home.db go run github.com/amacneil/dbmate up" +run = "DATABASE_URL=sqlite:biking_home.db go tool dbmate up" [tasks.dev] description = "Run the web server" -- cgit v1.2.3