From 04088009f843c863d9f54b2a2c5b45b7f7e3ba9e Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Tue, 6 Jun 2017 11:42:53 -0700 Subject: Adding force flag to migrate auth command (#6593) --- einterfaces/account_migration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'einterfaces') diff --git a/einterfaces/account_migration.go b/einterfaces/account_migration.go index a52b5e348..c9534ab68 100644 --- a/einterfaces/account_migration.go +++ b/einterfaces/account_migration.go @@ -6,7 +6,7 @@ package einterfaces import "github.com/mattermost/platform/model" type AccountMigrationInterface interface { - MigrateToLdap(fromAuthService string, forignUserFieldNameToMatch string) *model.AppError + MigrateToLdap(fromAuthService string, forignUserFieldNameToMatch string, force bool) *model.AppError } var theAccountMigrationInterface AccountMigrationInterface -- cgit v1.2.3-1-g7c22