Arvados-DCO-1.1-Signed-off-by: Radhika Chippada <radhika@curoverse.com>
[arvados.git] / services / api / db / migrate / 20160926194129_add_container_count.rb
index 41624f12dcab52ccec2a11980073eca0af3250c0..063ce971518457b897731245cfa8719d7f31dfcf 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class AddContainerCount < ActiveRecord::Migration
   def up
     add_column :container_requests, :container_count, :int, :default => 0