Skip to content
Snippets Groups Projects
Commit 7d4a01c1 authored by Alex Reisner's avatar Alex Reisner
Browse files

Merge pull request #647 from krakatoa/migration-fix

Fix: Maxmind migration generator failed on rolling back
parents 4968e91a eedecb9c
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ class GeocoderMaxmindGeoliteCity < ActiveRecord::Migration
end
def self.down
drop_table :maxmind_geolite_city
drop_table :maxmind_geolite_city_location
drop_table :maxmind_geolite_city_blocks
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment