mirror of
https://github.com/friendica/friendica
synced 2025-04-24 09:50:11 +00:00
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
|
@ -1742,6 +1742,7 @@ function db_definition() {
|
|||
),
|
||||
"indexes" => array(
|
||||
"PRIMARY" => array("id"),
|
||||
"pid" => array("pid"),
|
||||
"priority_created" => array("priority", "created"),
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue