diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,10 +16,10 @@ watch: watchman-make -p '*.go' 'templates/*.tmpl' -t all up: - goose -dir migrations postgres "$(DB)" up + goose -dir migrations postgres $(DB) up down: - goose -dir migrations postgres "$(DB)" down + goose -dir migrations postgres $(DB) down status: goose -dir migrations postgres $(DB) status |
