Merge branch '15286-fixes'
[arvados.git] / services / api / db / migrate / 20160506175108_add_auths_to_container.rb
index d714a49f9bedd297d45e534efe13d13bc0670124..392e38a5d04c36f081740c4e687c2500fd922d9a 100644 (file)
@@ -1,4 +1,8 @@
-class AddAuthsToContainer < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddAuthsToContainer < ActiveRecord::Migration[4.2]
   def change
     add_column :containers, :auth_uuid, :string
     add_column :containers, :locked_by_uuid, :string