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

index 684de9e..a25f6e1 100644 (file)
@@ -33,3 +33,4 @@ ALTER TABLE core_notify add   index lookup_d (person_id, msgid, ontable);
 
 
 -- used by email / tracker to handle alises - we have to be carefull adding to this table...
+ALTER TABLE core_notify ENGINE=InnoDB;
\ No newline at end of file