]> de.git.xonotic.org Git - xonotic/xonstatdb.git/commitdiff
Add a match_id to each games row.
authorAnt Zucaro <azucaro@gmail.com>
Thu, 1 Dec 2011 17:00:34 +0000 (12:00 -0500)
committerAnt Zucaro <azucaro@gmail.com>
Thu, 1 Dec 2011 17:00:34 +0000 (12:00 -0500)
tables/games.tab

index fe76771cfbf28d1183a47689c211615a7791ad06..e26ba1dc2a7c2ab5462c55b89bf1a6f3c1dc8c6f 100644 (file)
@@ -7,6 +7,7 @@ CREATE TABLE xonstat.games
   map_id integer NOT NULL,
   duration interval,
   winner integer,
+  match_id numeric,
   create_dt timestamp without time zone NOT NULL DEFAULT (current_timestamp at time zone 'UTC'),
   CONSTRAINT games_pk PRIMARY KEY (game_id),
   CONSTRAINT games_fk001 FOREIGN KEY (game_type_cd)