diff options
| author | Martin Kagamino Lehoux <martin@lehoux.net> | 2026-08-11 15:15:24 +0200 |
|---|---|---|
| committer | Martin Kagamino Lehoux <martin@lehoux.net> | 2026-08-11 15:15:24 +0200 |
| commit | f4a9078ec716ebaeb561a1e67514440c488d1933 (patch) | |
| tree | 31fef54030a59a094f40348a43997430e476a7fc | |
| parent | 9d3b55c54269b97ee65f5453472285ac569daf2c (diff) | |
chore: Use Go tool for dbmate
| -rw-r--r-- | .mise.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |