X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1eda4774a59f46296f82231eeb80484aca70a961..a3aee2781cfcd006fa1b7ce3cfeeb1dd2d53c270:/services/api/db/migrate/20150123142953_full_text_search.rb diff --git a/services/api/db/migrate/20150123142953_full_text_search.rb b/services/api/db/migrate/20150123142953_full_text_search.rb index 4d93210da4..39a62fcaff 100644 --- a/services/api/db/migrate/20150123142953_full_text_search.rb +++ b/services/api/db/migrate/20150123142953_full_text_search.rb @@ -1,4 +1,8 @@ -class FullTextSearch < ActiveRecord::Migration +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +class FullTextSearch < ActiveRecord::Migration[4.2] def up execute "CREATE INDEX collections_full_text_search_idx ON collections USING gin(#{Collection.full_text_tsvector});"