Fix rubocop failure in old glitch-soc migration
parent
168d14c920
commit
0d25e4f54d
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
class AddLocalOnlyFlagToStatuses < ActiveRecord::Migration[5.1]
|
class AddLocalOnlyFlagToStatuses < ActiveRecord::Migration[5.1]
|
||||||
def change
|
def change
|
||||||
add_column :statuses, :local_only, :boolean
|
add_column :statuses, :local_only, :boolean # rubocop:disable Rails/ThreeStateBooleanColumn
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue