The constant CURLE_OPERATION_TIMEDOUT isn't defined on older PHP versions
This commit is contained in:
parent
ec5a3c3440
commit
945d3cc048
4 changed files with 12 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
-- ------------------------------------------
|
||||
-- Friendica 3.5.2-rc (Asparagus)
|
||||
-- DB_UPDATE_VERSION 1226
|
||||
-- DB_UPDATE_VERSION 1227
|
||||
-- ------------------------------------------
|
||||
|
||||
|
||||
|
@ -1115,6 +1115,7 @@ CREATE TABLE IF NOT EXISTS `workerqueue` (
|
|||
`pid` int(11) NOT NULL DEFAULT 0,
|
||||
`executed` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
|
||||
PRIMARY KEY(`id`),
|
||||
INDEX `pid` (`pid`),
|
||||
INDEX `priority_created` (`priority`,`created`)
|
||||
) DEFAULT COLLATE utf8mb4_general_ci;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue