Run following SQL in phpMyAdmin, it will fix the problem
This will be fixed on next release.Code:ALTER TABLE `process_queue` CHANGE `description` `description` TEXT NOT NULL;
Run following SQL in phpMyAdmin, it will fix the problem
This will be fixed on next release.Code:ALTER TABLE `process_queue` CHANGE `description` `description` TEXT NOT NULL;
Bookmarks