Merge pull request #13146 from eileenmcnaughton/cont_test
[civicrm-core.git] / sql / zipcodes.mysql
index 51b4d50a84aa633a81ae3f35922276d135c1b3d5..f929ac5cc0d6eb810778b961127901be37aba09d 100644 (file)
@@ -2,7 +2,7 @@
 --
 -- Host: localhost    Database: civicspace
 -- ------------------------------------------------------
--- Server version      4.0.18-log
+-- Server version 4.0.18-log
 
 --
 -- Table structure for table `zipcodes`
@@ -20,7 +20,7 @@ CREATE TABLE zipcodes (
   KEY zip (zip),
   KEY latitude (latitude),
   KEY longitude (longitude)
-) ENGINE=MYISAM;
+) ENGINE=InnoDB;
 
 --
 -- Dumping data for table `zipcodes`