Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions backend/database/01_schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ CREATE TABLE data_ingestion_streaming_log (
CREATE INDEX idx_hazard_type
ON hazard_event(hazard_type);

/* these fields have been removed in this revision (why?!)
CREATE INDEX idx_hazard_severity_level
ON hazard_event(severity_level);

Expand All @@ -227,6 +228,7 @@ CREATE INDEX idx_hazard_start_time

CREATE INDEX idx_hazard_geo_time
ON hazard_event(geo_location_id, start_time);
*/

CREATE INDEX idx_threat_type
ON cyber_threat(threat_type);
Expand Down
Binary file not shown.
Loading