2009051401.sql 204 B

123456
  1. -- Fix error in geocode cache table
  2. DELETE FROM `prefix_geocode_cache`;
  3. ALTER TABLE `prefix_geocode_cache` DROP KEY `location`;
  4. ALTER TABLE `prefix_geocode_cache` ADD UNIQUE KEY `location` (`location`);