Pages

Monday 10 September 2012

Plesk Internal error: Specified column "custom" is not in the row!!!

Here is the Fixxxxx :)


mysql> ALTER TABLE `psa.Subscriptions` ADD `custom` enum('true','false')  NULL default 'false'; 

mysql> ALTER TABLE `psa.Subscriptions` ADD `uuid` varchar(36)  NULL;

No comments:

Post a Comment