Merge branch '14873-api-rails5-upgrade'
[arvados.git] / services / api / db / migrate / 20130627154537_create_traits.rb
index 541a313587a1c0eb811120cf7544bec7de10b6a7..d1491377d4220b6265e51e22e00223f0f3980cba 100644 (file)
@@ -1,4 +1,8 @@
-class CreateTraits < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class CreateTraits < ActiveRecord::Migration[4.2]
   def change
     create_table :traits do |t|
       t.string :uuid, :null => false