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/20180815160409_add_file_location_to_ci_job_artifacts.rb')
-rw-r--r--db/migrate/20180815160409_add_file_location_to_ci_job_artifacts.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/db/migrate/20180815160409_add_file_location_to_ci_job_artifacts.rb b/db/migrate/20180815160409_add_file_location_to_ci_job_artifacts.rb
deleted file mode 100644
index 389101902d0..00000000000
--- a/db/migrate/20180815160409_add_file_location_to_ci_job_artifacts.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-class AddFileLocationToCiJobArtifacts < ActiveRecord::Migration[4.2]
- include Gitlab::Database::MigrationHelpers
-
- DOWNTIME = false
-
- def change
- add_column :ci_job_artifacts, :file_location, :integer, limit: 2
- end
-end