sql/Person.sql
authorAlan Knowles <alan@roojs.com>
Thu, 16 Apr 2015 07:26:17 +0000 (15:26 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 16 Apr 2015 07:26:17 +0000 (15:26 +0800)
sql/Person.sql

index 5884b97..3edfedb 100644 (file)
@@ -89,7 +89,7 @@ ALTER TABLE Person ADD INDEX lookup_b(email, active, company_id);
 ALTER TABLE Person add index lookup_owner(owner_id);
  
  
+--- finally - always innodb
  
  ALTER TABLE Person ENGINE=InnoDB;