14873: Adjusts latest API Server changes to be rails5 worthy.
[arvados.git] / services / api / db / migrate / 20170704160233_yaml_to_json.rb
index 707c3dd946f377d7ada7513cf12a1ced9d896487..15b72047754b38fb58a405a011e4c8b0a31c99f4 100644 (file)
@@ -4,7 +4,7 @@
 
 require 'migrate_yaml_to_json'
 
-class YamlToJson < ActiveRecord::Migration
+class YamlToJson < ActiveRecord::Migration[4.2]
   def up
     [
       ['collections', 'properties'],