X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=database.sql;h=2102a9398a88983609920f2a7c79b39d7e42fbac;hb=41663c7592abe55a958632c3a48265e0a8544d2b;hp=7d0db4fa69aac1824ba83d8ecbb45342e1f6d256;hpb=736bcae3e879b867a74755a4a1d24cc72b113ff7;p=friendica.git diff --git a/database.sql b/database.sql index 7d0db4fa69..2102a9398a 100644 --- a/database.sql +++ b/database.sql @@ -1,6 +1,6 @@ -- ------------------------------------------ -- Friendica 2019.03-dev (The Tazmans Flax-lily) --- DB_UPDATE_VERSION 1299 +-- DB_UPDATE_VERSION 1300 -- ------------------------------------------ @@ -1260,7 +1260,7 @@ CREATE TABLE IF NOT EXISTS `worker-ipc` ( -- CREATE TABLE IF NOT EXISTS `workerqueue` ( `id` int unsigned NOT NULL auto_increment COMMENT 'Auto incremented worker task id', - `parameter` mediumblob COMMENT 'Task command', + `parameter` mediumtext COMMENT 'Task command', `priority` tinyint unsigned NOT NULL DEFAULT 0 COMMENT 'Task priority', `created` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'Creation date', `pid` int unsigned NOT NULL DEFAULT 0 COMMENT 'Process id of the worker',