about summary refs log tree commit diff
path: root/db/migrate/20190417025855_add_network_to_status.rb
blob: ddeeed41c00fb0a00b554e2d6ba6e51056425795 (plain) (blame)
1
2
3
4
5
class AddNetworkToStatus < ActiveRecord::Migration[5.2]
  def change
    add_column :statuses, :network, :boolean
  end
end