Commit 2d9359d3 authored by Shinya Maeda's avatar Shinya Maeda

Ignore id column of ci_build_trace_sections table

This is a preparation to drop the column
parent 89d1e617
......@@ -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