X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8cd7249b96576285388ef036d04532f72a8f1ee3..4a27ec5683273596d797e84924c4c583cfc53560:/services/api/db/migrate/20150123142953_full_text_search.rb?ds=sidebyside 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});"