X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7eda5880411d1146c08f3e4a507fa24d5590d5dc..926f71e8481d62a20ff66a834d876713df5fd0c7:/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 9721ead593..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 @@ -1,4 +1,8 @@ -class AddOutputNameToCrFtsIndex < ActiveRecord::Migration +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +class AddOutputNameToCrFtsIndex < ActiveRecord::Migration[4.2] def up t = "container_requests" i = "container_requests_full_text_search_idx"