From 4479d21b912a96cbd7116d68bd10c0ca0e26c8d5 Mon Sep 17 00:00:00 2001 From: Joshua Date: Tue, 19 Jul 2022 18:50:05 +1000 Subject: [PATCH] update table to include archived --- back/pialert.py | 1 + 1 file changed, 1 insertion(+) diff --git a/back/pialert.py b/back/pialert.py index 89ee38b9..d7a329d9 100644 --- a/back/pialert.py +++ b/back/pialert.py @@ -1481,6 +1481,7 @@ def upgradeDB (): "Online_Devices" INTEGER, "Down_Devices" INTEGER, "All_Devices" INTEGER, + "Archived_Devices" INTEGER, PRIMARY KEY("Index" AUTOINCREMENT) ); """)