]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_report.md
Merge remote-tracking branch 'upstream/2023.09-rc' into user-defined-channels
[friendica.git] / doc / database / db_report.md
index cae4a2f33b20883f991e03ce479e11fbe5dbb0af..7157224314e9498ca46467565d3fa7046cb8ba03 100644 (file)
@@ -14,14 +14,14 @@ Fields
 | cid             | Reported contact                                             | int unsigned       | NO   |     | NULL                       |                |
 | gsid            | Reported contact server                                      | int unsigned       | YES  |     | NULL                       |                |
 | comment         | Report                                                       | text               | YES  |     | NULL                       |                |
-| category-id     | Report category, one of Entity\Report::CATEGORY_*            | int unsigned       | NO   |     | 1                          |                |
+| category-id     | Report category, one of Entity Report::CATEGORY_*            | int unsigned       | NO   |     | 1                          |                |
 | forward         | Forward the report to the remote server                      | boolean            | YES  |     | NULL                       |                |
 | public-remarks  | Remarks shared with the reporter                             | text               | YES  |     | NULL                       |                |
 | private-remarks | Remarks shared with the moderation team                      | text               | YES  |     | NULL                       |                |
 | last-editor-uid | Last editor user                                             | mediumint unsigned | YES  |     | NULL                       |                |
 | assigned-uid    | Assigned moderator user                                      | mediumint unsigned | YES  |     | NULL                       |                |
-| status          | Status of the report, one of Entity\Report::STATUS_*         | tinyint unsigned   | NO   |     | NULL                       |                |
-| resolution      | Resolution of the report, one of Entity\Report::RESOLUTION_* | tinyint unsigned   | YES  |     | NULL                       |                |
+| status          | Status of the report, one of Entity Report::STATUS_*         | tinyint unsigned   | NO   |     | NULL                       |                |
+| resolution      | Resolution of the report, one of Entity Report::RESOLUTION_* | tinyint unsigned   | YES  |     | NULL                       |                |
 | created         |                                                              | datetime(6)        | NO   |     | 0001-01-01 00:00:00.000000 |                |
 | edited          | Last time the report has been edited                         | datetime(6)        | YES  |     | NULL                       |                |