Skip to content
Snippets Groups Projects
Commit eedecb9c authored by Fernando Alonso's avatar Fernando Alonso
Browse files

Fix: Maxmind migration generator failed on rolling back

parent 88829395
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,7 @@ class GeocoderMaxmindGeoliteCity < ActiveRecord::Migration ...@@ -22,6 +22,7 @@ class GeocoderMaxmindGeoliteCity < ActiveRecord::Migration
end end
def self.down def self.down
drop_table :maxmind_geolite_city drop_table :maxmind_geolite_city_location
drop_table :maxmind_geolite_city_blocks
end end
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