X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_report.md;h=92c0cced36c689b14dc4ca94d13223ad81924fad;hb=19603fd6a57c9de0015efe93f019ae6d6204259d;hp=56f51bdd416e49aeebe6e18cba9723f9efdc4ccd;hpb=8a7d08ae2860d82fe98a26f4e86626b3c7eb4d1e;p=friendica.git diff --git a/doc/database/db_report.md b/doc/database/db_report.md index 56f51bdd41..92c0cced36 100644 --- a/doc/database/db_report.md +++ b/doc/database/db_report.md @@ -14,6 +14,7 @@ Fields | cid | Reported contact | int unsigned | NO | | NULL | | | comment | Report | text | YES | | NULL | | | category | Category of the report (spam, violation, other) | varchar(20) | YES | | NULL | | +| rules | Violated rules | text | YES | | NULL | | | forward | Forward the report to the remote server | boolean | YES | | NULL | | | created | | datetime | NO | | 0001-01-01 00:00:00 | | | status | Status of the report | tinyint unsigned | YES | | NULL | |