1
0
mirror of https://framagit.org/tykayn/mastodon.git synced 2023-08-25 08:33:12 +02:00
mastodon/db/migrate/20170123203248_add_reject_media_to_domain_blocks.rb

6 lines
144 B
Ruby
Raw Normal View History

class AddRejectMediaToDomainBlocks < ActiveRecord::Migration[5.0]
def change
add_column :domain_blocks, :reject_media, :boolean
end
end