X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/04e0f89fe89bccdd0f103b149aed4054a3af53c9..988c59f51aa579ce8bf0eab1cc729e05a5ee5631:/services/api/db/migrate/20131007180607_rename_resource_limits_to_runtime_constraints.rb diff --git a/services/api/db/migrate/20131007180607_rename_resource_limits_to_runtime_constraints.rb b/services/api/db/migrate/20131007180607_rename_resource_limits_to_runtime_constraints.rb index 8a6a08a985..2fe28c3d1c 100644 --- a/services/api/db/migrate/20131007180607_rename_resource_limits_to_runtime_constraints.rb +++ b/services/api/db/migrate/20131007180607_rename_resource_limits_to_runtime_constraints.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + class RenameResourceLimitsToRuntimeConstraints < ActiveRecord::Migration def change rename_column :jobs, :resource_limits, :runtime_constraints