]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_worker-ipc.md
Merge pull request #13390 from annando/channel
[friendica.git] / doc / database / db_worker-ipc.md
index ef8c97301ede59a4e219e47e0da5c26d382a7c5a..1635981d703e04ccb0f455e6555bbbce08c40a49 100644 (file)
@@ -1,10 +1,22 @@
 Table worker-ipc
 ===========
+
 Inter process communication between the frontend and the worker
 
-| Field | Description | Type | Null | Key | Default | Extra |
-| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
-| key |  | int | YES | PRI |  |  |    
-| jobs | Flag for outstanding jobs | boolean | NO |  |  |  |    
+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)