X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0eb72b526bf8bbb011551ecf019f604e17a534f1..4a264f6333b34ecc364d2a6f9e18c7f3e35a076d:/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