summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatija Čupić <matteeyah@gmail.com>2018-02-05 14:26:01 +0100
committerMatija Čupić <matteeyah@gmail.com>2018-02-05 14:26:01 +0100
commitc1e1f8070b5f41731bea4dab936690382bfb486e (patch)
tree075903ec01e5239a7acc37284b93308a9945a652
parent88c9199abd83a1402c8699d0f9ee63ba5b41c18f (diff)
downloadgitlab-ce-c1e1f8070b5f41731bea4dab936690382bfb486e.tar.gz
Bump UserCallout feature_name enum index
-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