Merge branch 'master' into 15106-trgm-text-search
[arvados.git] / services / api / db / migrate / 20190214214814_add_container_lock_count.rb
index a496eb0d1c99f1c66789da22742abe5fec39efe0..34f70dabafb21314108c720a8c429ebf96627a0b 100644 (file)
@@ -1,4 +1,8 @@
-class AddContainerLockCount < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddContainerLockCount < ActiveRecord::Migration[4.2]
   def change
     add_column :containers, :lock_count, :int, :null => false, :default => 0
   end