X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8a504ad561c1ffbafee8a7bc8da551f9d4b9a29e..d9cae745245c22e6b4acb0d2ab3f4f3c2afa81fa:/services/api/db/migrate/20150122175935_no_description_in_search_index.rb diff --git a/services/api/db/migrate/20150122175935_no_description_in_search_index.rb b/services/api/db/migrate/20150122175935_no_description_in_search_index.rb index 75b946feb8..6a29603146 100644 --- a/services/api/db/migrate/20150122175935_no_description_in_search_index.rb +++ b/services/api/db/migrate/20150122175935_no_description_in_search_index.rb @@ -1,10 +1,14 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + # If the database reflects an obsolete version of the 20141208185217 # migration (i.e., before commit:5c1db683), revert it and reapply the # current version. (The down-migration is the same in both versions.) require "./db/migrate/20141208185217_search_index.rb" -class NoDescriptionInSearchIndex < ActiveRecord::Migration +class NoDescriptionInSearchIndex < ActiveRecord::Migration[4.2] def up all_tables = %w{collections groups jobs pipeline_instances pipeline_templates} all_tables.each do |table|