Skip to content
Snippets Groups Projects
Commit 01c34191 authored by apriestman's avatar apriestman
Browse files

Added review_statuses table to schema doc

parent 0f5c9c51
No related branches found
No related tags found
No related merge requests found
......@@ -222,6 +222,11 @@ Types of attribute
- **type_name** - A string identifier for the type (unique)
- **display_name** - A display name for the type (not unique, should be human readable)
## review_statuses
Review status of an artifact. Should mirror the org.sleuthkit.datamodel.BlackboardArtifact.ReviewStatus enum.
- **review_status_id** - Id of the status
- **review_status_name** - Internal name of the status
- **display_name** - Display name (should be human readable)
# Communication Accounts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment