mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
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
This commit is contained in:
parent
aed6479f40
commit
b85637fc1a
1 changed files with 1 additions and 1 deletions
|
@ -586,7 +586,7 @@ CREATE TABLE phpbb_topics (
|
||||||
PRIMARY KEY (topic_id),
|
PRIMARY KEY (topic_id),
|
||||||
KEY forum_id (forum_id),
|
KEY forum_id (forum_id),
|
||||||
KEY forum_id_type (forum_id, topic_type),
|
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'
|
# Table: 'phpbb_topic_marking'
|
||||||
|
|
Loading…
Add table
Reference in a new issue