summaryrefslogtreecommitdiff
path: root/db/post_migrate/20170621102400_add_stage_id_index_to_builds.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/post_migrate/20170621102400_add_stage_id_index_to_builds.rb')
-rw-r--r--db/post_migrate/20170621102400_add_stage_id_index_to_builds.rb17
1 files changed, 0 insertions, 17 deletions
diff --git a/db/post_migrate/20170621102400_add_stage_id_index_to_builds.rb b/db/post_migrate/20170621102400_add_stage_id_index_to_builds.rb
deleted file mode 100644
index cca9b488547..00000000000
--- a/db/post_migrate/20170621102400_add_stage_id_index_to_builds.rb
+++ /dev/null
@@ -1,17 +0,0 @@
-class AddStageIdIndexToBuilds < ActiveRecord::Migration[4.2]
- include Gitlab::Database::MigrationHelpers
-
- DOWNTIME = false
-
- ##
- # Improved in 20170703102400_add_stage_id_foreign_key_to_builds.rb
- #
-
- def up
- # noop
- end
-
- def down
- # noop
- end
-end