From 7025abb0c363d482a3b3d43c67dc343621564e11 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Sun, 25 Jan 2026 15:20:29 -0700 Subject: [PATCH] Remove not null default for allPlayers --- migrations/001_init.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/001_init.sql b/migrations/001_init.sql index f30114f..2c50519 100644 --- a/migrations/001_init.sql +++ b/migrations/001_init.sql @@ -6,6 +6,6 @@ CREATE TABLE IF NOT EXISTS analytics ( serverDuration INTEGER NOT NULL DEFAULT 0, endTime INTEGER DEFAULT NULL, shutdownReason TEXT DEFAULT NULL, - allPlayers BLOB NOT NULL DEFAULT '{}', + allPlayers BLOB , heartbeatCheck INTEGER NOT NULL ) \ No newline at end of file