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