logo

mastofe

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

20170114194937_add_application_to_statuses.rb (133B)


  1. class AddApplicationToStatuses < ActiveRecord::Migration[5.0]
  2. def change
  3. add_column :statuses, :application_id, :int
  4. end
  5. end