]> git.mxchange.org Git - friendica.git/blobdiff - database.sql
Merge pull request #4415 from annando/item-update-fix
[friendica.git] / database.sql
index 7433213107192607eda5c10a964d2954750d3dee..85cd811c1b0ac15cf766b466f0e6f39d2aa775a7 100644 (file)
@@ -1065,7 +1065,7 @@ CREATE TABLE IF NOT EXISTS `userd` (
 --
 CREATE TABLE IF NOT EXISTS `workerqueue` (
        `id` int NOT NULL auto_increment COMMENT 'Auto incremented worker task id',
-       `parameter` text COMMENT 'Task command',
+       `parameter` mediumtext COMMENT 'Task command',
        `priority` tinyint NOT NULL DEFAULT 0 COMMENT 'Task priority',
        `created` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'Creation date',
        `pid` int NOT NULL DEFAULT 0 COMMENT 'Process id of the worker',