logo

mastofe

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

20161221152630_add_hidden_to_stream_entries.rb (164B)


  1. class AddHiddenToStreamEntries < ActiveRecord::Migration[5.0]
  2. def change
  3. add_column :stream_entries, :hidden, :boolean, null: false, default: false
  4. end
  5. end