sql/events.sql
authorAlan Knowles <alan@roojs.com>
Thu, 18 Jun 2015 06:03:40 +0000 (14:03 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 18 Jun 2015 06:03:40 +0000 (14:03 +0800)
sql/events.sql

index 1a5c4f3..d5cefad 100644 (file)
@@ -37,6 +37,8 @@ ALTER TABLE Events CHANGE COLUMN action action varchar(64)  default NULL;
 
 ALTER TABLE Events ADD INDEX lookupf (on_id, action, on_table, person_id, event_when, person_table);
   
-  
-ALTER TABLE Events ENGINE=InnoDB;
+call mysql_change_engine('Events');
+-- ALTER TABLE Events ENGINE=InnoDB;
+
  
\ No newline at end of file