Skip to content
Snippets Groups Projects

Remove column ignores after bigint conversion for notes

Merged Krasimir Angelov requested to merge 433208-remove-convert-to_big-int-ignore-rules into master
15 files
+ 0
48
Compare changes
  • Side-by-side
  • Inline
Files
15
  • Remove the column ignore rules for the following columns:
    
    * notes.id
    * todos.note_id
    * system_note_metadata.note_id
    * epic_user_mentions.note_id
    * suggestions.note_id
    * issue_user_mentions.note_id
    * note_diff_files.diff_note_id
    * snippet_user_mentions.note_id
    * design_user_mentions.note_id
    * vulnerability_user_mentions.note_id
    * commit_user_mentions.note_id
    * merge_request_user_mentions.note_id
    * timelogs.note_id
    * award_emoji.awardable_id
    * events.target_id
    
    #433208
+ 0
3
@@ -7,9 +7,6 @@ class AwardEmoji < ApplicationRecord
@@ -7,9 +7,6 @@ class AwardEmoji < ApplicationRecord
include Participable
include Participable
include GhostUser
include GhostUser
include Importable
include Importable
include IgnorableColumns
ignore_column :awardable_id_convert_to_bigint, remove_with: '16.7', remove_after: '2023-11-16'
belongs_to :awardable, polymorphic: true # rubocop:disable Cop/PolymorphicAssociations
belongs_to :awardable, polymorphic: true # rubocop:disable Cop/PolymorphicAssociations
belongs_to :user
belongs_to :user
Loading