diff options
author | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-06-26 20:57:11 +0000 |
---|---|---|
committer | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-06-26 20:57:11 +0000 |
commit | b85637fc1a326803f70dbf8018ed505cb0258010 (patch) | |
tree | b45378b1ff51e2f06d988bcff5ce248b8a8cfaa8 /phpBB/install | |
parent | aed6479f40bc18cfdef9c2bb07be25e3f232db18 (diff) | |
download | forums-b85637fc1a326803f70dbf8018ed505cb0258010.tar forums-b85637fc1a326803f70dbf8018ed505cb0258010.tar.gz forums-b85637fc1a326803f70dbf8018ed505cb0258010.tar.bz2 forums-b85637fc1a326803f70dbf8018ed505cb0258010.tar.xz forums-b85637fc1a326803f70dbf8018ed505cb0258010.zip |
Fixed typo. (and finally got WinCVS to work with Pageant again, weeee!)
git-svn-id: file:///svn/phpbb/trunk@4180 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
-rw-r--r-- | phpBB/install/schemas/mysql_schema.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/mysql_schema.sql b/phpBB/install/schemas/mysql_schema.sql index 2202db9a35..e51e21258a 100644 --- a/phpBB/install/schemas/mysql_schema.sql +++ b/phpBB/install/schemas/mysql_schema.sql @@ -586,7 +586,7 @@ CREATE TABLE phpbb_topics ( PRIMARY KEY (topic_id), KEY forum_id (forum_id), KEY forum_id_type (forum_id, topic_type), - KEY topic_last_post_time (topic_last_post_time), + KEY topic_last_post_time (topic_last_post_time) ); # Table: 'phpbb_topic_marking' |