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 'app/models/ci/build_report_result.rb')
-rw-r--r--app/models/ci/build_report_result.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/models/ci/build_report_result.rb b/app/models/ci/build_report_result.rb
index 1dabf05e03c..bf58ebfd568 100644
--- a/app/models/ci/build_report_result.rb
+++ b/app/models/ci/build_report_result.rb
@@ -3,9 +3,6 @@
module Ci
class BuildReportResult < Ci::ApplicationRecord
include Ci::Partitionable
- include SafelyChangeColumnDefault
-
- columns_changing_default :partition_id
self.primary_key = :build_id