diff options
author | Matija Čupić <matteeyah@gmail.com> | 2018-02-05 14:26:01 +0100 |
---|---|---|
committer | Matija Čupić <matteeyah@gmail.com> | 2018-02-05 14:26:01 +0100 |
commit | c1e1f8070b5f41731bea4dab936690382bfb486e (patch) | |
tree | 075903ec01e5239a7acc37284b93308a9945a652 /app | |
parent | 88c9199abd83a1402c8699d0f9ee63ba5b41c18f (diff) | |
download | gitlab-ce-c1e1f8070b5f41731bea4dab936690382bfb486e.tar.gz |
Bump UserCallout feature_name enum index
Diffstat (limited to 'app')
-rw-r--r-- | app/models/user_callout.rb | 2 |
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 |