Merge branch 'master' into 15106-trgm-text-search
[arvados.git] / services / api / db / migrate / 20130627184333_create_humans.rb
index 5051658f721364ee058ea056b942f598d6f8a01f..c316e92d84f6d6cc44063d4b4220acc2643792cd 100644 (file)
@@ -1,4 +1,8 @@
-class CreateHumans < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class CreateHumans < ActiveRecord::Migration[4.2]
   def change
     create_table :humans do |t|
       t.string :uuid, :null => false