Merge branch '15296-cwl-cancel-procs' closes #15296
[arvados.git] / services / api / db / migrate / 20180607175050_properties_to_jsonb.rb
index 988227a622e918efa3b813e9612095c04ccf8bc2..490f65adb4195da3e0f6b7e35a0597123e6a13a3 100644 (file)
@@ -4,7 +4,7 @@
 
 require './db/migrate/20161213172944_full_text_search_indexes'
 
-class PropertiesToJsonb < ActiveRecord::Migration
+class PropertiesToJsonb < ActiveRecord::Migration[4.2]
 
   @@tables_columns = [["nodes", "properties"],
                       ["nodes", "info"],