From 7c99a2c0001c98ef5f5642065be67f8c6a80e351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 29 Dec 2023 11:36:16 +0100 Subject: [PATCH] Document the command to install the Goose binary No functional changes. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 240159e3..7f00a2b4 100644 --- a/Makefile +++ b/Makefile @@ -75,6 +75,8 @@ flamenco-worker: # development purposes. Flamenco Manager and Worker each perform their own # migration at startup. In normal use, you'll never need those commands. This is # also why the `with-deps` target doesn't install the Goose CLI program. +# +# Run `go install github.com/pressly/goose/v3/cmd/goose@latest` to install. db-migrate-status: goose -dir ./internal/manager/persistence/migrations/ sqlite3 flamenco-manager.sqlite status db-migrate-up: