Commit 84944021 authored by Andreas Brandl's avatar Andreas Brandl Committed by Heinrich Lee Yu

Ignore conversion column

parent 51390ff9
......@@ -6,6 +6,8 @@ module Ci
include BulkInsertSafe
self.ignored_columns += [:build_id_convert_to_bigint] # rubocop:disable Cop/IgnoredColumns
belongs_to :build, class_name: "Ci::Processable", foreign_key: :build_id, inverse_of: :needs
validates :build, presence: true
......
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