friendica/doc/database/db_worker-ipc.md

23 lines
564 B
Markdown
Raw Permalink Normal View History

Table worker-ipc
===========
2021-06-14 08:10:11 +02:00
Inter process communication between the frontend and the worker
2021-06-14 10:53:37 +02:00
Fields
------
2021-06-14 08:10:11 +02:00
| Field | Description | Type | Null | Key | Default | Extra |
| ----- | ------------------------- | ------- | ---- | --- | ------- | ----- |
| key | | int | NO | PRI | NULL | |
| jobs | Flag for outstanding jobs | boolean | YES | | NULL | |
2021-06-14 10:53:37 +02:00
Indexes
------------
2021-06-14 14:15:10 +02:00
| Name | Fields |
| ------- | ------ |
| PRIMARY | key |
2021-06-14 10:53:37 +02:00
Return to [database documentation](help/database)