yeah,
i already warned you about "TABLE_PREFIX" he that's a global vb varible for people that use database prefixes (for the tables) so if your table name is without prefix the query becomes
Code:
ALTER TABLE warnings ADD COLUMN warned_status char( 1 )
ok you might have the latest version BUT if you want to upgrade and you are running an old verion you must perform ALL of the mentioned steps in UpgradeToLatestVersion.txt file the modoption querry is
Code:
ALTER TABLE `".TABLE_PREFIX."warning_options` ADD COLUMN modoption char(3)
again remove the "TABLE_PREFIX" if you don't need it