summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-05-22 15:21:45 +0900
committerShinya Maeda <shinya@gitlab.com>2018-05-22 15:21:45 +0900
commit8e92e25b62ca108de775362e6d2981e54535f094 (patch)
treede8f581c21dfe30d3ed3024ee42d2207165bcd8b /db
parentf61666c0d70ed2d8457e4a8d8d23e68816498035 (diff)
downloadgitlab-ce-8e92e25b62ca108de775362e6d2981e54535f094.tar.gz
Remvoe disable_ddl_transaction! and redandant RecordNotUnique exception rescue
Diffstat (limited to 'db')
-rw-r--r--db/migrate/20180424160449_add_pipeline_iid_to_ci_pipelines.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/db/migrate/20180424160449_add_pipeline_iid_to_ci_pipelines.rb b/db/migrate/20180424160449_add_pipeline_iid_to_ci_pipelines.rb
index d732116e9ce..e8f0c91d612 100644
--- a/db/migrate/20180424160449_add_pipeline_iid_to_ci_pipelines.rb
+++ b/db/migrate/20180424160449_add_pipeline_iid_to_ci_pipelines.rb
@@ -3,8 +3,6 @@ class AddPipelineIidToCiPipelines < ActiveRecord::Migration
DOWNTIME = false
- disable_ddl_transaction!
-
def up
add_column :ci_pipelines, :iid, :integer
end