class AddUamSecretToNetworkSsids < ActiveRecord::Migration[6.0]
  def change
    add_column :network_ssids, :uam_secret, :boolean, :default => false
  end
end
