class AddTunnelConnectionToVpnConfig < ActiveRecord::Migration[6.0]
  def change
    add_column :vpn_configs, :tunnel_connection, :string
  end
end
