summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Kagamino Lehoux <martin@lehoux.net>2026-08-11 15:15:24 +0200
committerMartin Kagamino Lehoux <martin@lehoux.net>2026-08-11 15:15:24 +0200
commitf4a9078ec716ebaeb561a1e67514440c488d1933 (patch)
tree31fef54030a59a094f40348a43997430e476a7fc
parent9d3b55c54269b97ee65f5453472285ac569daf2c (diff)
chore: Use Go tool for dbmate
-rw-r--r--.mise.toml2
1 files changed, 1 insertions, 1 deletions
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"