logo

mastofe

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

20161123093447_add_sensitive_to_statuses.rb (146B)


  1. class AddSensitiveToStatuses < ActiveRecord::Migration[5.0]
  2. def change
  3. add_column :statuses, :sensitive, :boolean, default: false
  4. end
  5. end