mirror of
https://github.com/tcivie/meshtastic-metrics-exporter.git
synced 2025-02-20 19:05:40 -08:00
Merge pull request #37 from tcivie/add-timestamp-to-client-details
Added timestamp colum to client_details
This commit is contained in:
commit
5346333087
|
@ -50,3 +50,6 @@ CREATE TABLE IF NOT EXISTS node_neighbors
|
|||
);
|
||||
|
||||
CREATE UNIQUE INDEX idx_unique_node_neighbor ON node_neighbors (node_id, neighbor_id);
|
||||
|
||||
ALTER TABLE client_details
|
||||
ADD COLUMN IF NOT EXISTS created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP;
|
||||
|
|
Loading…
Reference in a new issue