logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

20170123203248_add_reject_media_to_domain_blocks.rb (144B)


  1. class AddRejectMediaToDomainBlocks < ActiveRecord::Migration[5.0]
  2. def change
  3. add_column :domain_blocks, :reject_media, :boolean
  4. end
  5. end