Quote:
Originally Posted by Delphiprogrammi
sv1cec,
i'm having a problem to upgrade to 3.0.8 with an SQL querry this sql querry
Code:
ALTER TABLE `".TABLE_PREFIX."warning_options` ADD COLUMN warnings_before_banned int(5) NOT NULL default '0' AFTER points_before_banned WHERE oid='1'
MySQL is giving me error 1064 and i tryed like 10 times (i do remove the TABLE_PREFIX part) but it doesn't help what the heck is this ?
Code:
#1064 - You have an error in your SQL syntax near 'WHERE oid = '1'' at line 1
regards
|
Remove the WHERE oid='1'. We are altering the table, not updating it.
Stupid me!!! I am going to correct that in the zip.