X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0f644e242ef37c911ad3dc25aca8135c339de349..473bb653e61fa0e3c825ba0f1f56c310e22e1ce9:/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"