X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_workerqueue.md;h=182358a4c468a3452174c574f454a7eec2db2425;hb=26acf3d78e7dc6e12f35e8e5a86f14fd446322a8;hp=b1f5245aeaa467c5b9c2d434006d0c6becbd61fc;hpb=2e9d233367068fceac8005126d14a2002539c772;p=friendica.git diff --git a/doc/database/db_workerqueue.md b/doc/database/db_workerqueue.md index b1f5245aea..182358a4c4 100644 --- a/doc/database/db_workerqueue.md +++ b/doc/database/db_workerqueue.md @@ -6,8 +6,9 @@ Table workerqueue | id | sequential ID | int(11) | NO | PRI | NULL | auto_increment | | parameter | | text | NO | | NULL | | | priority | | tinyint(3) unsigned | NO | | 0 | | -| created | | datetime | NO | MUL | 0000-00-00 00:00:00 | | +| created | | datetime | NO | MUL | 0001-01-01 00:00:00 | | | pid | | int(11) | NO | | 0 | | -| executed | | datetime | NO | | 0000-00-00 00:00:00 | | +| 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)