mirror of
https://github.com/amineo/t2-stat-parser.git
synced 2026-07-14 15:54:33 +00:00
Add new column for game_id
This commit is contained in:
parent
9c8a60e626
commit
9518a8a6b8
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ CREATE TABLE "public"."games" (
|
||||||
"player_name" text NOT NULL,
|
"player_name" text NOT NULL,
|
||||||
"stat_overwrite" numeric NOT NULL,
|
"stat_overwrite" numeric NOT NULL,
|
||||||
"map" text NOT NULL,
|
"map" text NOT NULL,
|
||||||
|
"game_id" numeric NOT NULL DEFAULT 0,
|
||||||
"stats" jsonb NOT NULL,
|
"stats" jsonb NOT NULL,
|
||||||
"datestamp" timestamp NOT NULL,
|
"datestamp" timestamp NOT NULL,
|
||||||
"uuid" text NOT NULL UNIQUE,
|
"uuid" text NOT NULL UNIQUE,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue