]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_workerqueue.md
Merge pull request #7722 from nupplaphil/bug/7718-lang
[friendica.git] / doc / database / db_workerqueue.md
index 8ab68466be9f02a9e03467a6a20ec95c00cb8b03..182358a4c468a3452174c574f454a7eec2db2425 100644 (file)
@@ -9,5 +9,6 @@ Table workerqueue
 | created   |                  | datetime            | NO   | MUL | 0001-01-01 00:00:00 |                |
 | pid       |                  | int(11)             | NO   |     | 0                   |                |
 | executed  |                  | datetime            | NO   |     | 0001-01-01 00:00:00 |                |
+| done      | set to 1 if done | tinyint(1)          | NO   |     | 0                   |                |
 
 Return to [database documentation](help/database)