data: fix typo in nodes schema to fix #1

This commit is contained in:
l5y
2025-09-13 09:14:14 +02:00
parent f94beeda47
commit e67a96d3d1
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -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,