class AddIndexToVLans < ActiveRecord::Migration[6.0]
  def change
    add_index :v_lans, :network_ssid_id
  end
end
