X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/19ae770973482257117fe8ded5619c3018c4b60f..4a27ec5683273596d797e84924c4c583cfc53560:/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|