From 3da6e7a75dd2151380945aa9193d7329088fcb97 Mon Sep 17 00:00:00 2001 From: Ibrahim Serdar Acikgoz Date: Mon, 17 Feb 2025 18:10:44 +0100 Subject: [PATCH] server/Makefile: pin dbcmp (#30245) --- server/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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