logo

mastofe

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

20161130185319_add_visibility_to_statuses.rb (157B)


  1. class AddVisibilityToStatuses < ActiveRecord::Migration[5.0]
  2. def change
  3. add_column :statuses, :visibility, :integer, null: false, default: 0
  4. end
  5. end