fix: Add timecap to data.

This commit is contained in:
2025-09-02 08:56:41 +10:00
parent 37ecb2d7ee
commit 2c8bc4ae24

View File

@@ -15,6 +15,7 @@ CREATE TABLE subathons(
bit_score NUMERIC NOT NULL,
score_time NUMERIC NOT NULL,
duration INTEGER NOT NULL DEFAULT 0,
timecap INTEGER,
ended_at TIMESTAMPTZ
);