X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/16f704326f44fd1e5e5e60b936c9b5895d6a6ff8..5acd68562b23c0293140a9de6443855b6612266b:/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