mirror of
https://github.com/mastodon/mastodon.git
synced 2024-12-23 16:52:53 +01:00
5 lines
144 B
Ruby
5 lines
144 B
Ruby
class AddRejectMediaToDomainBlocks < ActiveRecord::Migration[5.0]
|
|
def change
|
|
add_column :domain_blocks, :reject_media, :boolean
|
|
end
|
|
end
|