logo

mastofe

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

20170123162658_add_severity_to_domain_blocks.rb (149B)


  1. class AddSeverityToDomainBlocks < ActiveRecord::Migration[5.0]
  2. def change
  3. add_column :domain_blocks, :severity, :integer, default: 0
  4. end
  5. end