]> git.rm.cloudns.org Git - xonotic/xonstatdb.git/commitdiff
Add mod string to games table
authorAnt Zucaro <azucaro@gmail.com>
Tue, 5 Feb 2013 08:25:09 +0000 (03:25 -0500)
committerAnt Zucaro <azucaro@gmail.com>
Tue, 5 Feb 2013 08:25:09 +0000 (03:25 -0500)
tables/games.tab

index 2d8a4a5386cf3b079278aa257289d5f21eff2d29..3f5c3e27ac37991153ef24b7ea92565e3c3f120a 100755 (executable)
@@ -8,6 +8,7 @@ CREATE TABLE xonstat.games
   duration interval,
   winner integer,
   match_id character varying(64),
+  mod character varying(64),
   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)