mastodon/db/migrate/20190417025855_add_network_...

6 lines
124 B
Ruby

class AddNetworkToStatus < ActiveRecord::Migration[5.2]
def change
add_column :statuses, :network, :boolean
end
end