Added returned player count

This commit is contained in:
2019-06-04 04:23:12 +10:00
parent d1c32e7259
commit c203da5a24
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -4,6 +4,7 @@ CREATE TABLE IF NOT EXISTS diagnostics (
td TIMESTAMP DEFAULT CURRENT_TIMESTAMP(),
playerCount INTEGER NOT NULL DEFAULT 0,
returnedPlayerCount INTEGER NOT NULL DEFAULT 0,
totalGold INTEGER NOT NULL DEFAULT 0,
totalRecruitments INTEGER NOT NULL DEFAULT 0,
totalDeaths INTEGER NOT NULL DEFAULT 0,