diff options
Diffstat (limited to 'vendor/github.com/mattermost/mattermost-server/model/migration.go')
-rw-r--r-- | vendor/github.com/mattermost/mattermost-server/model/migration.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/vendor/github.com/mattermost/mattermost-server/model/migration.go b/vendor/github.com/mattermost/mattermost-server/model/migration.go deleted file mode 100644 index ead7acce..00000000 --- a/vendor/github.com/mattermost/mattermost-server/model/migration.go +++ /dev/null @@ -1,8 +0,0 @@ -// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. - -package model - -const ( - MIGRATION_KEY_ADVANCED_PERMISSIONS_PHASE_2 = "migration_advanced_permissions_phase_2" -) |