]> git.mxchange.org Git - friendica.git/blob - doc/database/db_worker-ipc.md
Updates database structure documentation
[friendica.git] / doc / database / db_worker-ipc.md
1 Table worker-ipc
2 ===========
3 Inter process communication between the frontend and the worker
4
5 | Field | Description | Type | Null | Key | Default | Extra |
6 | ----- | ----------- | ---- | ---- | --- | ------- | ----- |
7 | key |  | int | YES | PRI |  |  |    
8 | jobs | Flag for outstanding jobs | boolean | NO |  |  |  |    
9
10 Return to [database documentation](help/database)