Merge branch '15286-fixes'
[arvados.git] / services / api / db / migrate / 20150526180251_leading_space_on_full_text_index.rb
index 843837f7046b8f13e056eec2b112181cdc37f54e..373d7477b307f2a00434fa000b828a2105ad44e0 100644 (file)
@@ -4,7 +4,7 @@
 
 require "./db/migrate/20150123142953_full_text_search.rb"
 
-class LeadingSpaceOnFullTextIndex < ActiveRecord::Migration
+class LeadingSpaceOnFullTextIndex < ActiveRecord::Migration[4.2]
   def up
     # Inspect one of the full-text indexes (chosen arbitrarily) to
     # determine whether this migration is needed.