update table to include archived

This commit is contained in:
Joshua
2022-07-19 18:50:05 +10:00
parent a69908a7c3
commit 4479d21b91

View File

@@ -1481,6 +1481,7 @@ def upgradeDB ():
"Online_Devices" INTEGER,
"Down_Devices" INTEGER,
"All_Devices" INTEGER,
"Archived_Devices" INTEGER,
PRIMARY KEY("Index" AUTOINCREMENT)
);
""")