X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_gserver.md;h=8ba9e3d9b147f3d8351a73ff420d27fd7f9efb54;hb=1e4897866435c803ff6e6bbdbe456d8d3038ce98;hp=b75ac0f3bf3acee49cd8fd3045cdbf507b015d21;hpb=a10f55bb85b503c098ea1642adf4e9bda26e6746;p=friendica.git diff --git a/doc/database/db_gserver.md b/doc/database/db_gserver.md index b75ac0f3bf..8ba9e3d9b1 100644 --- a/doc/database/db_gserver.md +++ b/doc/database/db_gserver.md @@ -34,6 +34,7 @@ Fields | last_poco_query | | datetime | YES | | 0001-01-01 00:00:00 | | | last_contact | Last successful connection request | datetime | YES | | 0001-01-01 00:00:00 | | | last_failure | Last failed connection request | datetime | YES | | 0001-01-01 00:00:00 | | +| blocked | Server is blocked | boolean | YES | | NULL | | | failed | Connection failed | boolean | YES | | NULL | | | next_contact | Next connection request | datetime | YES | | 0001-01-01 00:00:00 | |