mirror of
https://codeberg.org/icewind/log-normalizer.git
synced 2026-06-03 13:54:11 +02:00
store player team
This commit is contained in:
parent
33187185e5
commit
45e32f5601
3 changed files with 72 additions and 66 deletions
|
|
@ -128,6 +128,7 @@ CREATE TABLE players (
|
|||
log_id INTEGER NOT NULL REFERENCES logs(id),
|
||||
steam_id BIGINT NOT NULL,
|
||||
name TEXT NOT NULL,
|
||||
team team NOT NULL,
|
||||
kills INTEGER NOT NULL,
|
||||
deaths INTEGER NOT NULL,
|
||||
assists INTEGER NOT NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue