summaryrefslogtreecommitdiff
path: root/db/migrate/20151016131433_add_ci_projects_gl_project_id_index.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20151016131433_add_ci_projects_gl_project_id_index.rb')
-rw-r--r--db/migrate/20151016131433_add_ci_projects_gl_project_id_index.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/migrate/20151016131433_add_ci_projects_gl_project_id_index.rb b/db/migrate/20151016131433_add_ci_projects_gl_project_id_index.rb
index 52a47aa9c54..eb3351eb767 100644
--- a/db/migrate/20151016131433_add_ci_projects_gl_project_id_index.rb
+++ b/db/migrate/20151016131433_add_ci_projects_gl_project_id_index.rb
@@ -1,3 +1,4 @@
+# rubocop:disable all
class AddCiProjectsGlProjectIdIndex < ActiveRecord::Migration
def change
add_index :ci_commits, :gl_project_id