🔌 Omada work #708

This commit is contained in:
jokob-sk
2024-07-06 10:02:33 +10:00
parent 6db9cd2f61
commit 75bcf42225
4 changed files with 13 additions and 11 deletions

View File

@@ -473,6 +473,7 @@ class DB():
# -------------------------------------------------------------------------
# indicates, if CurrentScan table is available
# 🐛 CurrentScan DEBUG: comment out below when debugging to keep the CurrentScan table after restarts/scan finishes
self.sql.execute("DROP TABLE IF EXISTS CurrentScan;")
self.sql.execute(""" CREATE TABLE IF NOT EXISTS CurrentScan (
cur_MAC STRING(50) NOT NULL COLLATE NOCASE,