diff --git a/lib/generators/geocoder/maxmind/templates/migration/geolite_city.rb b/lib/generators/geocoder/maxmind/templates/migration/geolite_city.rb
index fd2125bbc185f8a8c5be6382ecd5517973889669..73c93e100408d87eb9a1310e32c6503cf98a131b 100644
--- a/lib/generators/geocoder/maxmind/templates/migration/geolite_city.rb
+++ b/lib/generators/geocoder/maxmind/templates/migration/geolite_city.rb
@@ -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