From: Ant Zucaro Date: Tue, 5 Feb 2013 08:25:09 +0000 (-0500) Subject: Add mod string to games table X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonstatdb.git;a=commitdiff_plain;h=67155135a92a1b2522ceb007ece2c107ea17ea69 Add mod string to games table --- diff --git a/tables/games.tab b/tables/games.tab index 2d8a4a5..3f5c3e2 100755 --- a/tables/games.tab +++ b/tables/games.tab @@ -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)