blob: ead7acce2c96ec4b2f7acd8c9667a87fb1109340 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
// 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"
)
|