fix: Add timecap to data.
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user