X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0adb096afc227db376823f84956de6d7ea30dc10..555c67a6126b88b592110b82bd96fed5cff5da31:/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