@@ -1,4 +1,4 @@
.PHONY: build test migrate-up migrate-down run
.PHONY: build test migrate-up migrate-down run db-reset
build:
go build ./...
@@ -14,3 +14,6 @@ migrate-up:
migrate-down:
go run ./cmd/reanimator-migrate --direction down
db-reset:
go run ./cmd/reanimator-reset
The note is not visible to the blocked user.