X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/79aca915815d298d2c20546108284627ee6cb84b..a74c5dc699722769537455504d2f59455100cd29:/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});"