summaryrefslogtreecommitdiffstats
path: root/store/constants.go
diff options
context:
space:
mode:
Diffstat (limited to 'store/constants.go')
-rw-r--r--store/constants.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/store/constants.go b/store/constants.go
index 52d399168..f541c9747 100644
--- a/store/constants.go
+++ b/store/constants.go
@@ -12,4 +12,6 @@ const (
USER_SEARCH_OPTION_NAMES_ONLY_NO_FULL_NAME = "names_only_no_full_name"
USER_SEARCH_OPTION_ALL_NO_FULL_NAME = "all_no_full_name"
USER_SEARCH_OPTION_ALLOW_INACTIVE = "allow_inactive"
+
+ FEATURE_TOGGLE_PREFIX = "feature_enabled_"
)