X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/04b9d6e93ca8bd18dca697e56689820516c8c572..c8b119d10b41cd507a6677d4feab7974362a153e:/services/api/db/migrate/20180820135808_drop_pdh_index_from_collections.rb diff --git a/services/api/db/migrate/20180820135808_drop_pdh_index_from_collections.rb b/services/api/db/migrate/20180820135808_drop_pdh_index_from_collections.rb index 3d757e4114..afa1b62e2a 100644 --- a/services/api/db/migrate/20180820135808_drop_pdh_index_from_collections.rb +++ b/services/api/db/migrate/20180820135808_drop_pdh_index_from_collections.rb @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: AGPL-3.0 -class DropPdhIndexFromCollections < ActiveRecord::Migration +class DropPdhIndexFromCollections < ActiveRecord::Migration[4.2] def change remove_index :collections, column: :portable_data_hash end