14873: Adjusts latest API Server changes to be rails5 worthy.
[arvados.git] / services / api / db / migrate / 20160926194129_add_container_count.rb
index 41624f12dcab52ccec2a11980073eca0af3250c0..4166cc45e3a6722cd15ab9e2bfc6ff5b92bd79dc 100644 (file)
@@ -1,4 +1,8 @@
-class AddContainerCount < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddContainerCount < ActiveRecord::Migration[4.2]
   def up
     add_column :container_requests, :container_count, :int, :default => 0
   end