logo

mastofe

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

20170403172249_add_action_taken_by_account_id_to_reports.rb (158B)


  1. class AddActionTakenByAccountIdToReports < ActiveRecord::Migration[5.0]
  2. def change
  3. add_column :reports, :action_taken_by_account_id, :integer
  4. end
  5. end