0
0
Fork 0
mirror of https://github.com/lunaisnotaboy/mastodon.git synced 2025-01-18 02:26:56 +00:00
mastodon/db/migrate/20170123203248_add_reject_media_to_domain_blocks.rb

8 lines
175 B
Ruby

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