mirror of
https://github.com/tcivie/meshtastic-metrics-exporter.git
synced 2025-02-02 07:41:11 -08:00
Fix issue with table
This commit is contained in:
parent
891bf10f06
commit
945cf3bee5
|
@ -49,6 +49,4 @@ CREATE TABLE IF NOT EXISTS node_neighbors
|
|||
UNIQUE (node_id, neighbor_id)
|
||||
);
|
||||
|
||||
CREATE INDEX idx_node_neighbors_node_id ON node_neighbors (node_id);
|
||||
CREATE INDEX idx_node_neighbors_neighbor_id ON node_neighbors (neighbor_id);
|
||||
CREATE UNIQUE INDEX idx_unique_node_neighbor ON node_neighbors (node_id, neighbor_id);
|
||||
|
|
Loading…
Reference in a new issue