class RemoveDeviceWorkDurations < ActiveRecord::Migration[6.0]
  def change
    drop_table(:device_work_durations, if_exists: true)
  end
end
