Add subathon name.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user