Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20180417101940_add_index_to_ci_stage.rb')
-rw-r--r--db/migrate/20180417101940_add_index_to_ci_stage.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/db/migrate/20180417101940_add_index_to_ci_stage.rb b/db/migrate/20180417101940_add_index_to_ci_stage.rb
deleted file mode 100644
index 97a8f5efce0..00000000000
--- a/db/migrate/20180417101940_add_index_to_ci_stage.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-class AddIndexToCiStage < ActiveRecord::Migration[4.2]
- include Gitlab::Database::MigrationHelpers
-
- DOWNTIME = false
-
- def change
- add_column :ci_stages, :position, :integer
- end
-end