sql/Companies.sql
authorAlan Knowles <alan@roojs.com>
Wed, 23 Sep 2015 09:42:01 +0000 (17:42 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 23 Sep 2015 09:42:01 +0000 (17:42 +0800)
sql/Companies.sql

index d601701..de1966f 100644 (file)
@@ -49,5 +49,5 @@ ALTER TABLE Companies ADD INDEX name_lookup (name);
 -- our new code should have this fixed now..
 -- UPDATE Companies set comptype='OWNER' where isOwner=1;
 
+call mysql_change_engine('Companies');
 
-ALTER TABLE Companies ENGINE=InnoDB;
\ No newline at end of file