X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0f644e242ef37c911ad3dc25aca8135c339de349..a7631a1ccb6e2a6925d00a06562e171c4ce4ea2f:/services/api/db/migrate/20130207195855_add_index_on_timestamps.rb diff --git a/services/api/db/migrate/20130207195855_add_index_on_timestamps.rb b/services/api/db/migrate/20130207195855_add_index_on_timestamps.rb index 0a0154d46d..a009db1459 100644 --- a/services/api/db/migrate/20130207195855_add_index_on_timestamps.rb +++ b/services/api/db/migrate/20130207195855_add_index_on_timestamps.rb @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: AGPL-3.0 -class AddIndexOnTimestamps < ActiveRecord::Migration +class AddIndexOnTimestamps < ActiveRecord::Migration[4.2] def tables %w{api_clients collections jobs job_steps links logs nodes pipeline_invocations pipelines projects specimens users} end