X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1e02903b90dbaf1f0e9fac222f65e3969b5f0352..970254fba5b9297884c521987d081c232004eb77:/services/api/db/migrate/20180917200000_replace_full_text_indexes.rb?ds=sidebyside diff --git a/services/api/db/migrate/20180917200000_replace_full_text_indexes.rb b/services/api/db/migrate/20180917200000_replace_full_text_indexes.rb index b0eea9e7ae..bdb51b891c 100644 --- a/services/api/db/migrate/20180917200000_replace_full_text_indexes.rb +++ b/services/api/db/migrate/20180917200000_replace_full_text_indexes.rb @@ -4,7 +4,7 @@ require './db/migrate/20161213172944_full_text_search_indexes' -class ReplaceFullTextIndexes < ActiveRecord::Migration +class ReplaceFullTextIndexes < ActiveRecord::Migration[4.2] def up FullTextSearchIndexes.new.up end