Merge branch '15286-fixes'
[arvados.git] / services / api / db / migrate / 20130128231343_add_properties_to_specimen.rb
index e00b7a1c62c3d0eb698374cd90289e334062ec0b..36ef2f4b0b79e2ab0403cf185bd51c29ab9bfb76 100644 (file)
@@ -1,4 +1,8 @@
-class AddPropertiesToSpecimen < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddPropertiesToSpecimen < ActiveRecord::Migration[4.2]
   def change
     add_column :specimens, :properties, :text
   end