Merge branch '17004-properties-on-output' refs #17004
[arvados.git] / services / api / db / migrate / 20181011184200_add_runtime_token_to_container.rb
index 09201f5146ccccb6b20f3f43f4b3a2680faba140..d48df6173c5ab648a6d11f311e6ece4684567a91 100644 (file)
@@ -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