summaryrefslogtreecommitdiff
path: root/db/migrate/20180430101916_add_runner_type_to_ci_runners.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20180430101916_add_runner_type_to_ci_runners.rb')
-rw-r--r--db/migrate/20180430101916_add_runner_type_to_ci_runners.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/db/migrate/20180430101916_add_runner_type_to_ci_runners.rb b/db/migrate/20180430101916_add_runner_type_to_ci_runners.rb
deleted file mode 100644
index a74231e0f44..00000000000
--- a/db/migrate/20180430101916_add_runner_type_to_ci_runners.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-class AddRunnerTypeToCiRunners < ActiveRecord::Migration[4.2]
- include Gitlab::Database::MigrationHelpers
-
- DOWNTIME = false
-
- def change
- add_column :ci_runners, :runner_type, :smallint
- end
-end