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) ); """)