X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/89be4b30feccc3680ca77339711b29367754dc05..0df5f0feeced5bff0adfb806dae2d3811257827f:/services/api/db/migrate/20181011184200_add_runtime_token_to_container.rb diff --git a/services/api/db/migrate/20181011184200_add_runtime_token_to_container.rb b/services/api/db/migrate/20181011184200_add_runtime_token_to_container.rb index 09201f5146..d48df6173c 100644 --- a/services/api/db/migrate/20181011184200_add_runtime_token_to_container.rb +++ b/services/api/db/migrate/20181011184200_add_runtime_token_to_container.rb @@ -1,4 +1,8 @@ -class AddRuntimeTokenToContainer < ActiveRecord::Migration +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +class AddRuntimeTokenToContainer < ActiveRecord::Migration[4.2] def change add_column :containers, :runtime_token, :text, :null => true end