Merge branch 'master' into 15106-trgm-text-search
[arvados.git] / services / api / db / migrate / 20170704160233_yaml_to_json.rb
index dfa08db1a9c82cf01e063f7963e8413bb2cccfd3..15b72047754b38fb58a405a011e4c8b0a31c99f4 100644 (file)
@@ -1,6 +1,10 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 require 'migrate_yaml_to_json'
 
-class YamlToJson < ActiveRecord::Migration
+class YamlToJson < ActiveRecord::Migration[4.2]
   def up
     [
       ['collections', 'properties'],