Skip to content

Commit

Permalink
Fix rubocop failure in old glitch-soc migration
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire committed Dec 25, 2024
1 parent 168d14c commit 0d25e4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0d25e4f

Please sign in to comment.