1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.0
5 class AddGinIndexToCollectionProperties < ActiveRecord::Migration
7 ActiveRecord::Base.connection.execute("CREATE INDEX collection_index_on_properties ON collections USING gin (properties);")
10 ActiveRecord::Base.connection.execute("DROP INDEX collection_index_on_properties")