14873: Adjusts latest API Server changes to be rails5 worthy.
[arvados.git] / services / api / db / migrate / 20140527152921_add_description_to_pipeline_templates.rb
index 09e2ce13824cd3e5f4938c66e455fb9c194d08d6..bc9b50ea3aef4f96cf9896b16d1ace347f503e27 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class AddDescriptionToPipelineTemplates < ActiveRecord::Migration
+class AddDescriptionToPipelineTemplates < ActiveRecord::Migration[4.2]
   def change
     add_column :pipeline_templates, :description, :text
   end