Skip to content

Commit

Permalink
added clickhouse in tools
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumemichel committed Dec 12, 2024
1 parent 6e4e983 commit b14af34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ REPO_REGION?=us-east-1


tools:
go install -tags 'postgres' github.com/golang-migrate/migrate/v4/cmd/migrate@v4.15.2
go install -tags 'postgres,clickhouse' github.com/golang-migrate/migrate/v4/cmd/migrate@v4.15.2

non-cluster-migrations:
mkdir -p db/migrations/local
Expand Down

0 comments on commit b14af34

Please sign in to comment.