Merge branch '15964-fix-docs' refs #15964
[arvados.git] / services / api / db / migrate / 20151229214707_add_exit_code_to_containers.rb
index b6e41f01c0b9e356623665f0cea29bfc93cfb8ea..1049da8df6287179ff9675bb01284f8b1bd6708b 100644 (file)
@@ -1,4 +1,8 @@
-class AddExitCodeToContainers < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddExitCodeToContainers < ActiveRecord::Migration[4.2]
   def change
     add_column :containers, :exit_code, :integer
   end