X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_worker-ipc.md;h=be9a07d0f7410aa57702ad1688bac0a1d417e3fc;hb=3d74d0a49c07162f6745e9576139a4823bb2af9d;hp=57ec489352e93030648b38eb406eb50fe404ac1c;hpb=2cd0c1d30d237806e9c3853aa0645f786e31855c;p=friendica.git diff --git a/doc/database/db_worker-ipc.md b/doc/database/db_worker-ipc.md index 57ec489352..be9a07d0f7 100644 --- a/doc/database/db_worker-ipc.md +++ b/doc/database/db_worker-ipc.md @@ -3,9 +3,20 @@ Table worker-ipc Inter process communication between the frontend and the worker +Fields +------ + | Field | Description | Type | Null | Key | Default | Extra | | ----- | ------------------------- | ------- | ---- | --- | ------- | ----- | | key | | int | NO | PRI | NULL | | | jobs | Flag for outstanding jobs | boolean | YES | | NULL | | +Indexes +------------ + +| Name | Fields | +|------|--------| +| PRIMARY | key | + + Return to [database documentation](help/database)