refactor redundant joins, bugfix event insert

This commit is contained in:
johnwang16
2024-10-19 21:24:51 -04:00
parent 9d1fccfe29
commit 400edd35d1
4 changed files with 7 additions and 10 deletions

View File

@@ -549,7 +549,8 @@ class DB():
cur_SSID STRING(250),
cur_NetworkNodeMAC STRING(250),
cur_PORT STRING(250),
cur_Type STRING(250)
cur_Type STRING(250),
UNIQUE(cur_MAC)
);
""")