mirror of
https://github.com/friendica/friendica
synced 2025-04-27 14:30:11 +00:00
We are now setting the corresponding worker id
This commit is contained in:
parent
28fb022425
commit
4930e77eb3
5 changed files with 32 additions and 4 deletions
|
@ -798,12 +798,13 @@ return [
|
|||
"activity" => ["type" => "mediumtext", "comment" => "The JSON activity"],
|
||||
"signer" => ["type" => "varchar(255)", "comment" => ""],
|
||||
"push" => ["type" => "boolean", "not null" => "1", "default" => "0", "comment" => ""],
|
||||
],
|
||||
"wid" => ["type" => "int unsigned", "foreign" => ["workerqueue" => "id"], "comment" => "Workerqueue id"], ],
|
||||
"indexes" => [
|
||||
"PRIMARY" => ["id"],
|
||||
"activity-id" => ["UNIQUE", "activity-id"],
|
||||
"object-id" => ["object-id"],
|
||||
"received" => ["received"],
|
||||
"wid" => ["wid"],
|
||||
]
|
||||
],
|
||||
"inbox-entry-receiver" => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue