From cf996b446457318e6f73cd64ced5f4f7bf30d68d Mon Sep 17 00:00:00 2001 From: Lin Jen-Shin Date: Sat, 1 Jul 2017 02:08:28 +0800 Subject: We don't need to disable transaction in this case --- db/migrate/20160804142904_add_ci_config_file_to_project.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/db/migrate/20160804142904_add_ci_config_file_to_project.rb b/db/migrate/20160804142904_add_ci_config_file_to_project.rb index 4b9860c5f74..674a22ae8f3 100644 --- a/db/migrate/20160804142904_add_ci_config_file_to_project.rb +++ b/db/migrate/20160804142904_add_ci_config_file_to_project.rb @@ -1,13 +1,6 @@ -# See http://doc.gitlab.com/ce/development/migration_style_guide.html -# for more information on how to write migrations for GitLab. - class AddCiConfigFileToProject < ActiveRecord::Migration - include Gitlab::Database::MigrationHelpers - DOWNTIME = false - disable_ddl_transaction! - def change add_column :projects, :ci_config_file, :string end -- cgit v1.2.1