[pLog-svn] r6135 - plog/trunk/install
mark at devel.lifetype.net
mark at devel.lifetype.net
Wed Jan 2 03:43:51 EST 2008
Author: mark
Date: 2008-01-02 03:43:51 -0500 (Wed, 02 Jan 2008)
New Revision: 6135
Modified:
plog/trunk/install/dbschemas.properties.php
Log:
Fix the dbschema to avoid create index error.
Modified: plog/trunk/install/dbschemas.properties.php
===================================================================
--- plog/trunk/install/dbschemas.properties.php 2008-01-02 08:19:44 UTC (rev 6134)
+++ plog/trunk/install/dbschemas.properties.php 2008-01-02 08:43:51 UTC (rev 6135)
@@ -431,7 +431,6 @@
properties TEXT NOTNULL DEFAULT '',
num_unread_messages I(10) NOTNULL DEFAULT '0',
num_messages I(10) NOTNULL DEFAULT '0',
- INDEX user_id (receiver_id),
UNIQUE user_id_box_type (user_id, box_type)
";
$Tables["private_message_boxes"]["options"]["mysql"] = "TYPE=MyISAM";
More information about the pLog-svn
mailing list