class AddNetworkSsidIdToHotspot20s < ActiveRecord::Migration[6.0]
  def change
    add_column :hotspot20s, :network_ssid_id, :integer
  end
end
