# == Schema Information
#
# Table name: upgrades
#
#  id                  :integer          not null, primary key
#  version             :string(255)
#  aps                 :text
#  created_at          :datetime
#  updated_at          :datetime
#  organisation_id     :integer
#  router_inventory_id :integer
#  status              :string(255)
#  upgrade_type        :string(255)
#  schedule_type       :string(255)
#  schedule_at         :datetime
#  time_zone           :string(255)
#  worker_job_id       :string(255)
#  save_prev_config    :boolean          default(TRUE)
#

require 'test_helper'

class UpgradeTest < ActiveSupport::TestCase
  # test "the truth" do
  #   assert true
  # end
end
