mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
update table to include archived
This commit is contained in:
@@ -1481,6 +1481,7 @@ def upgradeDB ():
|
|||||||
"Online_Devices" INTEGER,
|
"Online_Devices" INTEGER,
|
||||||
"Down_Devices" INTEGER,
|
"Down_Devices" INTEGER,
|
||||||
"All_Devices" INTEGER,
|
"All_Devices" INTEGER,
|
||||||
|
"Archived_Devices" INTEGER,
|
||||||
PRIMARY KEY("Index" AUTOINCREMENT)
|
PRIMARY KEY("Index" AUTOINCREMENT)
|
||||||
);
|
);
|
||||||
""")
|
""")
|
||||||
|
|||||||
Reference in New Issue
Block a user