summaryrefslogtreecommitdiffstats
path: root/model/migration.go
diff options
context:
space:
mode:
Diffstat (limited to 'model/migration.go')
-rw-r--r--model/migration.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/model/migration.go b/model/migration.go
new file mode 100644
index 000000000..ead7acce2
--- /dev/null
+++ b/model/migration.go
@@ -0,0 +1,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"
+)