Text similarity refactoring, relationships refactoring, data dashboards and bot preview.
GraphQL API changes:
- ➕ Added new type
TeamStatisticsType
. - ➕ Added new fields
tipline_requests
andstatistics
toTeamType
.
PostgreSQL changes:
- ➕ Added index to
created_at
column fromfact_checks
table. - ➕ Added index to
created_at
column fromexplainers
table. - ➕ Added unique index to
target_id
column fromrelationships
table. - ➕ Added constraints to
relationships
table to make sure that an item is never related to itself and always belonging to only one cluster.