X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f67c59f3fea793ed3ccea7f5a8106014ec2dc108..06c2fb95a229a00a3a39ac84db60062c94fe8f32:/services/api/db/migrate/20171212153352_add_gin_index_to_collection_properties.rb?ds=sidebyside diff --git a/services/api/db/migrate/20171212153352_add_gin_index_to_collection_properties.rb b/services/api/db/migrate/20171212153352_add_gin_index_to_collection_properties.rb index ce2403e743..a68168cac8 100644 --- a/services/api/db/migrate/20171212153352_add_gin_index_to_collection_properties.rb +++ b/services/api/db/migrate/20171212153352_add_gin_index_to_collection_properties.rb @@ -1,4 +1,8 @@ -class AddGinIndexToCollectionProperties < ActiveRecord::Migration +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +class AddGinIndexToCollectionProperties < ActiveRecord::Migration[4.2] def up ActiveRecord::Base.connection.execute("CREATE INDEX collection_index_on_properties ON collections USING gin (properties);") end