diff --git a/server/Makefile b/server/Makefile index 4a137978f5..79929f677e 100644 --- a/server/Makefile +++ b/server/Makefile @@ -840,7 +840,7 @@ test-migration: # run pgloader and save the logs pgloader --debug tests/temp.load > migration.log - $(GO) install github.com/mattermost/dbcmp/cmd/dbcmp@latest + $(GO) install github.com/mattermost/dbcmp/cmd/dbcmp@9324978963 # compare two database contents # db_migrations differ due to a typo in the 92. migration name # for now we exclude plugins such as playbooks and focalboard