X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0f644e242ef37c911ad3dc25aca8135c339de349..e1e1a215d954c3337a969019da7f7becc8d14012:/services/api/db/migrate/20150526180251_leading_space_on_full_text_index.rb diff --git a/services/api/db/migrate/20150526180251_leading_space_on_full_text_index.rb b/services/api/db/migrate/20150526180251_leading_space_on_full_text_index.rb index 843837f704..373d7477b3 100644 --- a/services/api/db/migrate/20150526180251_leading_space_on_full_text_index.rb +++ b/services/api/db/migrate/20150526180251_leading_space_on_full_text_index.rb @@ -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.