X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e59b78c774872e33b9c69acc196989a0f565bdf4..06c2fb95a229a00a3a39ac84db60062c94fe8f32:/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