class AddUbootMd5sumToGaingtests < ActiveRecord::Migration[6.0]
  def change
    add_column :device_aging_tests, :uboot_md5, :string, default: ''
  end
end
