]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_worker-ipc.md
Updated documentation
[friendica.git] / doc / database / db_worker-ipc.md
index 57ec489352e93030648b38eb406eb50fe404ac1c..be9a07d0f7410aa57702ad1688bac0a1d417e3fc 100644 (file)
@@ -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)