X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f4ca9ad94a6bb006d1f3c7ba207837f1736d1247..442a871e7f3476938d0ebb3adbe3b9a7742f03ad:/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..d77f29a1d6 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,4 +1,8 @@ -class RenameResourceLimitsToRuntimeConstraints < ActiveRecord::Migration +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +class RenameResourceLimitsToRuntimeConstraints < ActiveRecord::Migration[4.2] def change rename_column :jobs, :resource_limits, :runtime_constraints end