mirror of
https://github.com/l5yth/potato-mesh.git
synced 2026-08-08 09:52:44 +02:00
Remove raw node json column (#12)
This commit is contained in:
+1
-2
@@ -24,8 +24,7 @@ CREATE TABLE IF NOT EXISTS nodes (
|
||||
location_source TEXT,
|
||||
latitude REAL,
|
||||
longitude REAL,
|
||||
altitude REAL,
|
||||
node_json TEXT NOT NULL -- full original node object for debugging
|
||||
altitude REAL
|
||||
);
|
||||
|
||||
CREATE INDEX IF NOT EXISTS idx_nodes_last_heard ON nodes(last_heard);
|
||||
|
||||
Reference in New Issue
Block a user