Sorry, i have mixed my sql files doing the zip files.
Here what should be the script :
Code:
ALTER TABLE `pixelpost_config`
ADD `resizeimage` VARCHAR( 3 ) DEFAULT 'no' NOT NULL ,
ADD `maximagesize` VARCHAR( 4 ) DEFAULT '600' NOT NULL ,
ADD `imagejpgcompression` VARCHAR( 3 ) DEFAULT '80' NOT NULL ;
Zip files fixed