X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/067a7263a97e1b4d96ee6572e79884bdcd937bbf..56e130608f8977d20b21c54f6ab8973d71e045a0:/services/api/db/migrate/20180820130357_add_pdh_and_trash_index_to_collections.rb?ds=sidebyside diff --git a/services/api/db/migrate/20180820130357_add_pdh_and_trash_index_to_collections.rb b/services/api/db/migrate/20180820130357_add_pdh_and_trash_index_to_collections.rb index 8d1cdf39b3..28bbf5f487 100644 --- a/services/api/db/migrate/20180820130357_add_pdh_and_trash_index_to_collections.rb +++ b/services/api/db/migrate/20180820130357_add_pdh_and_trash_index_to_collections.rb @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: AGPL-3.0 -class AddPdhAndTrashIndexToCollections < ActiveRecord::Migration +class AddPdhAndTrashIndexToCollections < ActiveRecord::Migration[4.2] def change add_index :collections, [:portable_data_hash, :trash_at] end