class AddUamSecretKeyToNetworkSsids < ActiveRecord::Migration[6.0]
  def change
    add_column :network_ssids, :uam_secret_key, :string
  end
end
