]> de.git.xonotic.org Git - xonotic/xonstatdb.git/blobdiff - tables/games.tab
Add mod string to games table
[xonotic/xonstatdb.git] / 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)