Commit c1e1f807 authored by Matija Čupić's avatar Matija Čupić

Bump UserCallout feature_name enum index

parent 88c9199a
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment