Skip to content
Snippets Groups Projects
Verified Commit 24bae2cb authored by Eugie Limpin's avatar Eugie Limpin 2️⃣ Committed by GitLab
Browse files

Merge branch '442307-remove-ignore_column-id_convert_to_bigint' into 'master'

Remove ignore_column "id_convert_to_bigint"

See merge request !146783



Merged-by: default avatarEugie Limpin <elimpin@gitlab.com>
Approved-by: Alex Buijs's avatarAlex Buijs <abuijs@gitlab.com>
Approved-by: default avatarEugie Limpin <elimpin@gitlab.com>
Co-authored-by: default avatarEulyeon Ko <eko@gitlab.com>
parents 9b202835 b699941a
No related branches found
No related tags found
1 merge request!146783Remove ignore_column "id_convert_to_bigint"
Pipeline #1223512973 passed
......@@ -2,10 +2,6 @@
class SystemNoteMetadata < ApplicationRecord
include Importable
include IgnorableColumns
# TODO: https://gitlab.com/gitlab-org/gitlab/-/issues/442307
ignore_column :id_convert_to_bigint, remove_with: '16.11', remove_after: '2024-03-15'
# These notes's action text might contain a reference that is external.
# We should always force a deep validation upon references that are found
......
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