Hallo,
how can I increase the number of letter/chars available in description? :?:
I need to put more longer description :wink:
Thanks
Hallo,
how can I increase the number of letter/chars available in description? :?:
I need to put more longer description :wink:
Thanks
In phpMyAdmin, run following SQL
Code:ALTER TABLE `process_queue` CHANGE `description` `description` TEXT NOT NULL;
Bookmarks