logo

mastofe

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

20170125145934_add_spoiler_text_to_statuses.rb (158B)


  1. class AddSpoilerTextToStatuses < ActiveRecord::Migration[5.0]
  2. def change
  3. add_column :statuses, :spoiler_text, :text, default: "", null: false
  4. end
  5. end