about summary refs log tree commit diff
path: root/db/migrate/20200817225525_add_footer_to_statuses.rb
blob: e85d225bccfc374b953e2814d05a9fc682aa59f0 (plain) (blame)
1
2
3
4
5
class AddFooterToStatuses < ActiveRecord::Migration[5.2]
  def change
    add_column :statuses, :footer, :text
  end
end