]> git.mxchange.org Git - friendica.git/blobdiff - src/Database/DBStructure.php
Hook calls can now be forked into a worker queue entry
[friendica.git] / src / Database / DBStructure.php
index 6c4ceec48ede5247c9e857ee555624d52ab3893c..4c05782f178b118ef94d69fc5b65439f2ed49bcd 100644 (file)
@@ -1771,7 +1771,7 @@ class DBStructure
                                "comment" => "Background tasks queue entries",
                                "fields" => [
                                                "id" => ["type" => "int", "not null" => "1", "extra" => "auto_increment", "primary" => "1", "comment" => "Auto incremented worker task id"],
-                                               "parameter" => ["type" => "text", "comment" => "Task command"],
+                                               "parameter" => ["type" => "mediumtext", "comment" => "Task command"],
                                                "priority" => ["type" => "tinyint", "not null" => "1", "default" => "0", "comment" => "Task priority"],
                                                "created" => ["type" => "datetime", "not null" => "1", "default" => NULL_DATE, "comment" => "Creation date"],
                                                "pid" => ["type" => "int", "not null" => "1", "default" => "0", "comment" => "Process id of the worker"],