summaryrefslogtreecommitdiff
path: root/db/migrate/20151002112914_add_stage_idx_to_builds.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20151002112914_add_stage_idx_to_builds.rb')
-rw-r--r--db/migrate/20151002112914_add_stage_idx_to_builds.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/migrate/20151002112914_add_stage_idx_to_builds.rb b/db/migrate/20151002112914_add_stage_idx_to_builds.rb
index 68a745ffef4..4297ba0e7c8 100644
--- a/db/migrate/20151002112914_add_stage_idx_to_builds.rb
+++ b/db/migrate/20151002112914_add_stage_idx_to_builds.rb
@@ -1,3 +1,4 @@
+# rubocop:disable all
class AddStageIdxToBuilds < ActiveRecord::Migration
def change
add_column :ci_builds, :stage_idx, :integer