class AlterColumnUrlForUpgradeData < ActiveRecord::Migration[6.0]
  def change
    change_column :upgrade_data, :url, :text
  end
end
