Commit bbfbe015 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch 'ignore-id-column-ci_build_trace_sections' into 'master'

Ignore id column of ci_build_trace_sections table

See merge request gitlab-org/gitlab!17805
parents 9ca5cb32 2d9359d3
......@@ -4,6 +4,9 @@ module Ci
class BuildTraceSection < ApplicationRecord
extend Gitlab::Ci::Model
# Only remove > 2019-11-22 and > 12.5
self.ignored_columns += %i[id]
belongs_to :build, class_name: 'Ci::Build'
belongs_to :project
belongs_to :section_name, class_name: 'Ci::BuildTraceSectionName'
......
---
title: Ignore id column of ci_build_trace_sections table
merge_request: 17805
author:
type: change
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment