Merge branch 'master' into 15106-trgm-text-search
[arvados.git] / services / api / db / migrate / 20140828141043_job_priority_fixup.rb
index f643a3f2375af50de7d4a3c030163b0236ec27fe..e780d19fcb56d3d150f39c0060328dc11b52cf3d 100644 (file)
@@ -1,4 +1,8 @@
-class JobPriorityFixup < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class JobPriorityFixup < ActiveRecord::Migration[4.2]
   def up
     remove_column :jobs, :priority
     add_column :jobs, :priority, :integer, null: false, default: 0