X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/060d38d627bd1e51dd2b3c6e7de9af6aa7d7b6f3..4a27ec5683273596d797e84924c4c583cfc53560:/services/api/db/migrate/20170216170823_no_cr_mounts_and_workflow_def_in_full_text_search_index.rb?ds=sidebyside 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 d4e13c9dd8..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 @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: AGPL-3.0 -class NoCrMountsAndWorkflowDefInFullTextSearchIndex < ActiveRecord::Migration +class NoCrMountsAndWorkflowDefInFullTextSearchIndex < ActiveRecord::Migration[4.2] def fts_indexes { "container_requests" => "container_requests_full_text_search_idx",