Commit d8ed2944 authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch 'remove-unnecessary-cop-on-migration' into 'master'

Removes unnecessary cop on migration

Closes #217968

See merge request gitlab-org/gitlab!32327
parents 7e642c0a 59207e5e
......@@ -6,6 +6,6 @@ class AddProjectShowDefaultAwardEmojis < ActiveRecord::Migration[6.0]
DOWNTIME = false
def change
add_column :project_settings, :show_default_award_emojis, :boolean, default: true, null: false # rubocop: disable Migration/AddColumn
add_column :project_settings, :show_default_award_emojis, :boolean, default: true, null: false
end
end
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