Commit e80081bc by Scott Vivian

Update messages table install definition

parent f1e0e94e
......@@ -177,7 +177,8 @@
'PRIMARY KEY (messageid)',
'KEY type (type, fromuserid, touserid, created)',
'KEY touserid (touserid, type, created)',
'KEY fromhidden (fromhidden, tohidden)',
'KEY fromhidden (fromhidden)',
'KEY tohidden (tohidden)',
),
'userfavorites' => array(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment