Skip to content
Snippets Groups Projects
Commit c82622c9 authored by Krasimir Angelov's avatar Krasimir Angelov :two: Committed by Laura Montemayor
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 159e8e8d
No related branches found
No related tags found
1 merge request!123584Finish BigInt column swap for self-hosted installations
......@@ -6,7 +6,7 @@ class BuildNeed < Ci::ApplicationRecord
include BulkInsertSafe
include IgnorableColumns
ignore_column :id_convert_to_bigint, remove_with: '16.2', remove_after: '2023-07-22'
ignore_column :id_convert_to_bigint, remove_with: '16.4', remove_after: '2023-09-22'
belongs_to :build, class_name: "Ci::Processable", foreign_key: :build_id, inverse_of: :needs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment