1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 04:04:12 +02:00

Some minor glitches in the install process

git-svn-id: file:///svn/phpbb/trunk@4884 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Bart van Bragt
2004-05-11 12:12:11 +00:00
parent 729c3abd02
commit a958ed7b7b
2 changed files with 5 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ CREATE TABLE phpbb_attachments (
thumbnail tinyint(1) DEFAULT '0' NOT NULL,
PRIMARY KEY (attach_id),
KEY filetime (filetime),
KEY post_id (post_id),
KEY post_msg_id (post_msg_id),
KEY topic_id (topic_id),
KEY poster_id (poster_id),
KEY physical_filename (physical_filename(10)),