X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2bd1ff1d4885786bf3ed838bcefb7198fcab6bc7..89f541d2b534b9cad4ee668f702f1270bf056171:/services/api/db/migrate/20170706141334_json_collection_properties.rb diff --git a/services/api/db/migrate/20170706141334_json_collection_properties.rb b/services/api/db/migrate/20170706141334_json_collection_properties.rb index 003e5fb092..1c78b53be3 100644 --- a/services/api/db/migrate/20170706141334_json_collection_properties.rb +++ b/services/api/db/migrate/20170706141334_json_collection_properties.rb @@ -1,6 +1,10 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + require './db/migrate/20161213172944_full_text_search_indexes' -class JsonCollectionProperties < ActiveRecord::Migration +class JsonCollectionProperties < ActiveRecord::Migration[4.2] def up # Drop the FT index before changing column type to avoid # "PG::DatatypeMismatch: ERROR: COALESCE types jsonb and text