mastodon/db/migrate/20190508075055_default_prot...

6 lines
139 B
Ruby

class DefaultProtocolToActivityPub < ActiveRecord::Migration[5.2]
def change
change_column_default :accounts, :protocol, 1
end
end