]> git.mxchange.org Git - friendica.git/blob - doc/database/db_worker-ipc.md
Merge branch 'stable' into develop
[friendica.git] / doc / database / db_worker-ipc.md
1 Table worker-ipc
2 ===========
3
4 Inter process communication between the frontend and the worker
5
6 Fields
7 ------
8
9 | Field | Description               | Type    | Null | Key | Default | Extra |
10 | ----- | ------------------------- | ------- | ---- | --- | ------- | ----- |
11 | key   |                           | int     | NO   | PRI | NULL    |       |
12 | jobs  | Flag for outstanding jobs | boolean | YES  |     | NULL    |       |
13
14 Indexes
15 ------------
16
17 | Name    | Fields |
18 | ------- | ------ |
19 | PRIMARY | key    |
20
21
22 Return to [database documentation](help/database)