X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_workerqueue.md;h=182358a4c468a3452174c574f454a7eec2db2425;hb=50fa119f79d7f2056c31bb6f9d93d9b67e3cbb65;hp=8ab68466be9f02a9e03467a6a20ec95c00cb8b03;hpb=1955d3d1b80b4cae07ad0903cc60bbbbe44debfd;p=friendica.git diff --git a/doc/database/db_workerqueue.md b/doc/database/db_workerqueue.md index 8ab68466be..182358a4c4 100644 --- a/doc/database/db_workerqueue.md +++ b/doc/database/db_workerqueue.md @@ -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)