X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1e133a2abc1827f210eaba7db39a92d20f8b5876..d56b21609ddd2e2e096f5c30e991d24aa213f7f4:/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|