X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/16f704326f44fd1e5e5e60b936c9b5895d6a6ff8..819e06bd1bbff1ad4ecf250d621a807033907c29:/services/api/db/migrate/20170105160301_add_output_name_to_cr_fts_index.rb?ds=sidebyside diff --git a/services/api/db/migrate/20170105160301_add_output_name_to_cr_fts_index.rb b/services/api/db/migrate/20170105160301_add_output_name_to_cr_fts_index.rb index 220323d15e..704be954e3 100644 --- a/services/api/db/migrate/20170105160301_add_output_name_to_cr_fts_index.rb +++ b/services/api/db/migrate/20170105160301_add_output_name_to_cr_fts_index.rb @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: AGPL-3.0 -class AddOutputNameToCrFtsIndex < ActiveRecord::Migration +class AddOutputNameToCrFtsIndex < ActiveRecord::Migration[4.2] def up t = "container_requests" i = "container_requests_full_text_search_idx"