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

index d5cefad..ea920f1 100644 (file)
@@ -38,7 +38,6 @@ 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);
   
  
-call mysql_change_engine('Events');
--- ALTER TABLE Events ENGINE=InnoDB;
+call mysql_change_engine('Events');  -- ALTER TABLE Events ENGINE=InnoDB;
 
  
\ No newline at end of file