X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f4ca9ad94a6bb006d1f3c7ba207837f1736d1247..d56b21609ddd2e2e096f5c30e991d24aa213f7f4:/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 f7dae6e3b5..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 @@ -1,4 +1,8 @@ -class RenameCreatedByToOwner < ActiveRecord::Migration +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +class RenameCreatedByToOwner < ActiveRecord::Migration[4.2] def tables %w{api_clients collections logs metadata nodes pipelines pipeline_invocations projects specimens users} end