mastodon/db/migrate/20190508075055_remove_proto...

6 lines
145 B
Ruby

class RemoveProtocolFromAccounts < ActiveRecord::Migration[5.2]
def change
safety_assured { remove_column :accounts, :protocol }
end
end