From 847616277fd5ebf8924f3d2abe0018c05d1c3fd1 Mon Sep 17 00:00:00 2001 From: Alex Kalderimis <akalderimis@gitlab.com> Date: Wed, 5 May 2021 10:58:11 +0100 Subject: [PATCH] Remove guideline comments from migration --- ...4085144_add_index_on_web_hook_project_id_recent_failures.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/db/migrate/20210504085144_add_index_on_web_hook_project_id_recent_failures.rb b/db/migrate/20210504085144_add_index_on_web_hook_project_id_recent_failures.rb index db21ebad854bb..898a0ccd1c52d 100644 --- a/db/migrate/20210504085144_add_index_on_web_hook_project_id_recent_failures.rb +++ b/db/migrate/20210504085144_add_index_on_web_hook_project_id_recent_failures.rb @@ -1,8 +1,5 @@ # frozen_string_literal: true -# See https://docs.gitlab.com/ee/development/migration_style_guide.html -# for more information on how to write migrations for GitLab. - class AddIndexOnWebHookProjectIdRecentFailures < ActiveRecord::Migration[6.0] include Gitlab::Database::MigrationHelpers -- GitLab