X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/197dd5583c13fb6cddba8d74848df20ba57ed924..415910149bed2eef6ae818b7c059d413934df06e:/services/api/db/migrate/20170216170823_no_cr_mounts_and_workflow_def_in_full_text_search_index.rb diff --git a/services/api/db/migrate/20170216170823_no_cr_mounts_and_workflow_def_in_full_text_search_index.rb b/services/api/db/migrate/20170216170823_no_cr_mounts_and_workflow_def_in_full_text_search_index.rb index cc1b30d4db..2d641c1729 100644 --- a/services/api/db/migrate/20170216170823_no_cr_mounts_and_workflow_def_in_full_text_search_index.rb +++ b/services/api/db/migrate/20170216170823_no_cr_mounts_and_workflow_def_in_full_text_search_index.rb @@ -1,4 +1,8 @@ -class NoCrMountsAndWorkflowDefInFullTextSearchIndex < ActiveRecord::Migration +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +class NoCrMountsAndWorkflowDefInFullTextSearchIndex < ActiveRecord::Migration[4.2] def fts_indexes { "container_requests" => "container_requests_full_text_search_idx",