X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_worker-ipc.md;h=1635981d703e04ccb0f455e6555bbbce08c40a49;hb=6a7fc07cbfb3d088891b90a873947d31e56d73fc;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..1635981d70 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)