If your phpbb table prefix is different, then change it to
Verfasst: 23.08.2006 09:58
Was muss ich hier machen? Wie finde ich raus, ob ich was ändern muss?
# If your phpbb table prefix is different, then change it to
# reflect the correct one.
#
#
ALTER TABLE `phpbb_topics` ADD INDEX (topic_last_post_id);
ALTER TABLE `phpbb_forums` ADD attached_forum_id MEDIUMINT(8) DEFAULT '-1' NOT NULL;