1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-08 15:46:44 +02:00

Bit of work on the forum update routine

This commit is contained in:
mcfly
2008-12-19 21:56:37 +00:00
parent 5798577931
commit c5201c1caa
2 changed files with 168 additions and 22 deletions

View File

@@ -38,7 +38,7 @@ CREATE TABLE forum_thread (
`thread_options` text,
PRIMARY KEY (`thread_id`),
KEY `thread_forum_id` (`thread_forum_id`),
KEY `thread_s` (`thread_s`),
KEY `thread_sticky` (`thread_sticky`),
KEY `thread_lastpost` (`thread_lastpost`)
) Type=MyISAM AUTO_INCREMENT=1 ;