Add subathon name.

This commit is contained in:
2025-09-02 10:40:01 +10:00
parent 0934ee3af4
commit a3a3b36230
3 changed files with 19 additions and 10 deletions

View File

@@ -9,6 +9,7 @@ CREATE TABLE subathons(
communityid INTEGER NOT NULL REFERENCES communities(communityid),
started_at TIMESTAMPTZ NOT NULL DEFAULT NOW(),
initial_time INTEGER NOT NULL,
name TEXT,
sub1_score NUMERIC NOT NULL DEFAULT 1,
sub2_score NUMERIC NOT NULL DEFAULT 2,
sub3_score NUMERIC NOT NULL DEFAULT 6,