sql/events.sql
authorAlan Knowles <alan@roojs.com>
Thu, 18 Jun 2015 05:49:31 +0000 (13:49 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 18 Jun 2015 05:49:31 +0000 (13:49 +0800)
sql/events.sql

index daac0d3..1a5c4f3 100644 (file)
@@ -38,4 +38,5 @@ 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;
\ No newline at end of file
+ALTER TABLE Events ENGINE=InnoDB;
\ No newline at end of file