Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMatija Čupić <matteeyah@gmail.com>2018-02-05 16:26:01 +0300
committerMatija Čupić <matteeyah@gmail.com>2018-02-05 16:26:01 +0300
commitc1e1f8070b5f41731bea4dab936690382bfb486e (patch)
tree075903ec01e5239a7acc37284b93308a9945a652 /app
parent88c9199abd83a1402c8699d0f9ee63ba5b41c18f (diff)
Bump UserCallout feature_name enum index
Diffstat (limited to 'app')
-rw-r--r--app/models/user_callout.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/user_callout.rb b/app/models/user_callout.rb
index a7cfe5df7c0..e4b69382626 100644
--- a/app/models/user_callout.rb
+++ b/app/models/user_callout.rb
@@ -2,7 +2,7 @@ class UserCallout < ActiveRecord::Base
belongs_to :user
enum feature_name: {
- gke_cluster_integration: 0
+ gke_cluster_integration: 1
}
validates :user, presence: true