asd
This commit is contained in:
@@ -28,6 +28,7 @@ CREATE TABLE IF NOT EXISTS scoreboard_state (
|
||||
service_name VARCHAR(255) NOT NULL,
|
||||
stolen_flags INTEGER DEFAULT 0,
|
||||
lost_flags INTEGER DEFAULT 0,
|
||||
fp_score FLOAT DEFAULT 0,
|
||||
last_updated TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
|
||||
UNIQUE(team_id, service_name)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user