X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0561bd0c3c07257fd58ded6c7cfa5feeae97af57..7499f61a2912cfdb1a316808fafa6e6ee77ee2e0:/services/api/db/migrate/20130125220425_rename_created_by_to_owner.rb diff --git a/services/api/db/migrate/20130125220425_rename_created_by_to_owner.rb b/services/api/db/migrate/20130125220425_rename_created_by_to_owner.rb index 9a31222e24..7be89a178e 100644 --- a/services/api/db/migrate/20130125220425_rename_created_by_to_owner.rb +++ b/services/api/db/migrate/20130125220425_rename_created_by_to_owner.rb @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: AGPL-3.0 -class RenameCreatedByToOwner < ActiveRecord::Migration +class RenameCreatedByToOwner < ActiveRecord::Migration[4.2] def tables %w{api_clients collections logs metadata nodes pipelines pipeline_invocations projects specimens users} end