about summary refs log tree commit diff
path: root/db/migrate/20190521003029_add_edited_to_statuses.rb
blob: 205aa4ef8d89df567569e001522d2aa71e55c181 (plain) (blame)
1
2
3
4
5
class AddEditedToStatuses < ActiveRecord::Migration[5.2]
  def change
    add_column :statuses, :edited, :boolean
  end
end