1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.0
5 class AddQueueIndexToContainers < ActiveRecord::Migration[4.2]
7 ActiveRecord::Base.connection.execute 'CREATE INDEX index_containers_on_queued_state on containers (state, (priority > 0))'
10 ActiveRecord::Base.connection.execute 'DROP INDEX index_containers_on_queued_state'