mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-09 00:12:13 -05:00
Fix rubocop failure in old glitch-soc migration
This commit is contained in:
parent
168d14c920
commit
0d25e4f54d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user