X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/964ab3dd90ff1508efc0c77378cde2b3a4da1029..f69605f9427aa401b0f83c1e131e3c455eae4e38:/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 dff67454c4..a009db1459 100644 --- a/services/api/db/migrate/20130207195855_add_index_on_timestamps.rb +++ b/services/api/db/migrate/20130207195855_add_index_on_timestamps.rb @@ -1,4 +1,8 @@ -class AddIndexOnTimestamps < ActiveRecord::Migration +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +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