logo

mastofe

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

20170905165803_add_local_to_statuses.rb (148B)


  1. class AddLocalToStatuses < ActiveRecord::Migration[5.1]
  2. def change
  3. add_column :statuses, :local, :boolean, null: true, default: nil
  4. end
  5. end