X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0561bd0c3c07257fd58ded6c7cfa5feeae97af57..a7631a1ccb6e2a6925d00a06562e171c4ce4ea2f:/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 2fe28c3d1c..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 @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: AGPL-3.0 -class RenameResourceLimitsToRuntimeConstraints < ActiveRecord::Migration +class RenameResourceLimitsToRuntimeConstraints < ActiveRecord::Migration[4.2] def change rename_column :jobs, :resource_limits, :runtime_constraints end