X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_event.md;h=c7daea987365edc1bef0baf7750edfb6544bb2c4;hb=4e1263c1f8aa0a3aeba0a95929678c18fc5a3c90;hp=499e550c443cda1d0fc94266243bc2f7d7cd3afd;hpb=144547009b7a52a02a7b2881e164fd4cf7953fa2;p=friendica.git diff --git a/doc/database/db_event.md b/doc/database/db_event.md index 499e550c44..c7daea9873 100644 --- a/doc/database/db_event.md +++ b/doc/database/db_event.md @@ -25,9 +25,9 @@ Fields | nofinish | if event does have no end this is 1 | boolean | NO | | 0 | | | ignore | 0 or 1 | boolean | NO | | 0 | | | allow_cid | Access Control - list of allowed contact.id '<19><78>' | mediumtext | YES | | NULL | | -| allow_gid | Access Control - list of allowed groups | mediumtext | YES | | NULL | | +| allow_gid | Access Control - list of allowed circles | mediumtext | YES | | NULL | | | deny_cid | Access Control - list of denied contact.id | mediumtext | YES | | NULL | | -| deny_gid | Access Control - list of denied groups | mediumtext | YES | | NULL | | +| deny_gid | Access Control - list of denied circles | mediumtext | YES | | NULL | | Indexes ------------