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.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/db/migrate/20151002112914_add_stage_idx_to_builds.rb b/db/migrate/20151002112914_add_stage_idx_to_builds.rb
deleted file mode 100644
index f73df9dc284..00000000000
--- a/db/migrate/20151002112914_add_stage_idx_to_builds.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-class AddStageIdxToBuilds < ActiveRecord::Migration[4.2]
- def change
- add_column :ci_builds, :stage_idx, :integer
- end
-end