Fix rubocop failure in old glitch-soc migration

pull/2921/head
Claire 2024-12-25 21:19:51 +01:00
parent 168d14c920
commit 0d25e4f54d
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
class AddLocalOnlyFlagToStatuses < ActiveRecord::Migration[5.1]
def change
add_column :statuses, :local_only, :boolean
add_column :statuses, :local_only, :boolean # rubocop:disable Rails/ThreeStateBooleanColumn
end
end