If you add the following as Install-Code, new Users won't have to run Queries manually - just import the XML as existing Users
PHP Code:
$db->hide_errors();
$db->query_write("ALTER TABLE " . TABLE_PREFIX . "forum ADD (forumhomeicon VARCHAR(250) NOT NULL DEFAULT '')");
$db->show_errors();
Btw: Moved to Plugins as it does not require File Edits any longer, nor comes with additional Files.