X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/060d38d627bd1e51dd2b3c6e7de9af6aa7d7b6f3..31c66b5b49d05d9a0019bea85112cea6daeb7f1a:/services/api/db/migrate/20170105160301_add_output_name_to_cr_fts_index.rb 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"