X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5923d0fa912c73e3725e52c869d72793304ae44a..c340eecc7a03dd066792e5f046f087b8b3dfced6:/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});"