summaryrefslogtreecommitdiff
path: root/db/migrate/20151210125929_add_project_id_to_ci.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20151210125929_add_project_id_to_ci.rb')
-rw-r--r--db/migrate/20151210125929_add_project_id_to_ci.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/db/migrate/20151210125929_add_project_id_to_ci.rb b/db/migrate/20151210125929_add_project_id_to_ci.rb
deleted file mode 100644
index f5f2c353f4a..00000000000
--- a/db/migrate/20151210125929_add_project_id_to_ci.rb
+++ /dev/null
@@ -1,8 +0,0 @@
-class AddProjectIdToCi < ActiveRecord::Migration[4.2]
- def change
- add_column :ci_builds, :gl_project_id, :integer
- add_column :ci_runner_projects, :gl_project_id, :integer
- add_column :ci_triggers, :gl_project_id, :integer
- add_column :ci_variables, :gl_project_id, :integer
- end
-end