mirror of
https://github.com/l5yth/potato-mesh.git
synced 2026-08-08 18:02:46 +02:00
data: fix typo in nodes schema to fix #1
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ CREATE TABLE IF NOT EXISTS nodes (
|
||||
short_name TEXT,
|
||||
long_name TEXT,
|
||||
macaddr TEXT,
|
||||
hw_model TEXT,nodes
|
||||
hw_model TEXT,
|
||||
role TEXT,
|
||||
public_key TEXT,
|
||||
is_unmessagable BOOLEAN,
|
||||
|
||||
Reference in New Issue
Block a user