X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0561bd0c3c07257fd58ded6c7cfa5feeae97af57..a017e1f5ac7ad49a29e302275d0f0f83754941ea:/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