X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/55aafbb07904ca24390dd47ea960eae7cb2b909a..06c2fb95a229a00a3a39ac84db60062c94fe8f32:/services/api/db/migrate/20130125220425_rename_created_by_to_owner.rb?ds=sidebyside 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