We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The schema of TheHive database must be updated:
case
owner
IsIncident
resolutionStatus
analyzer
reportTemplate
reports
order
user
preferences
avatar
The text was updated successfully, but these errors were encountered:
#67 Database migration (v8)
594d7a0
#67 Refactor the UI code to be compliant to the backend APIs after da…
884e456
…ta Migration version 8
#67 Fix silly error in date conversion field name
d9ffad7
#67 Add avatar and preferences in user entity
1d1a9e1
#67 Make role case insensitive
2af941a
#67 Fix a UI regression introduced by the migration of date fields in…
cbbb86c
… the database
To-om
No branches or pull requests
The schema of TheHive database must be updated:
case
entityowner
attribute. Is set to user who created the case by default.IsIncident
attribute as this information is now stored inresolutionStatus
.analyzer
entity as it is now handled by CortexreportTemplate
entityreports
attribute in observable that stores summary of analysis reportsorder
attribute in tasks to order them in the listuser
entitypreferences
attributeavatar
attribute to support avatar in future releaseThe text was updated successfully, but these errors were encountered: