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:
@@ -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)),
|
||||
|
Reference in New Issue
Block a user