X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/060d38d627bd1e51dd2b3c6e7de9af6aa7d7b6f3..e3c25b992f96b34810c371aa75e30ba8ce40a639:/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