DEV: Alter fewer columns to bigint

This commit is contained in:
Bianca Nenciu 2024-11-21 22:04:34 +02:00
parent 250a145361
commit bfd1aa44aa
No known key found for this signature in database
GPG Key ID: 07E83B117A6B844D
1 changed files with 0 additions and 2 deletions

View File

@ -478,11 +478,9 @@ RSpec.configure do |config|
end
[
[PostAction, :post_action_type_id],
[Reviewable, :target_id],
[ReviewableHistory, :reviewable_id],
[ReviewableScore, :reviewable_id],
[ReviewableScore, :reviewable_score_type],
[SidebarSectionLink, :linkable_id],
[SidebarSectionLink, :sidebar_section_id],
[User, :last_seen_reviewable_id],