Skip to content
Snippets Groups Projects
Commit 31f873b2 authored by Dmitry Gruzd's avatar Dmitry Gruzd
Browse files

fixup! Remove old Advanced Search migrations

parent bd5e969c
No related merge requests found
......@@ -26,7 +26,7 @@ def [](version)
end
def find_by_name!(name)
migrations.find { |migration| migration.name_for_key == name.to_s.underscore } || (raise ArgumentError, "Couldn't find Elastic::Migration with name=#{name}")
migrations.find { |migration| migration.name_for_key == name.to_s.underscore } || (raise ArgumentError, "Couldn't find Elastic::Migration with name='#{name}'")
end
def drop_migration_has_finished_cache!(migration)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment