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.rb2
1 files changed, 1 insertions, 1 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..f73df9dc284 100644
--- a/db/migrate/20151002112914_add_stage_idx_to_builds.rb
+++ b/db/migrate/20151002112914_add_stage_idx_to_builds.rb
@@ -1,4 +1,4 @@
-class AddStageIdxToBuilds < ActiveRecord::Migration
+class AddStageIdxToBuilds < ActiveRecord::Migration[4.2]
def change
add_column :ci_builds, :stage_idx, :integer
end