]> git.xonotic.org Git - xonotic/xonstatdb.git/commitdiff
Add the mod name to the captimes table to somewhat distinguish different methods...
authorAnt Zucaro <azucaro@gmail.com>
Tue, 9 Jun 2015 21:42:37 +0000 (17:42 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Tue, 9 Jun 2015 21:42:37 +0000 (17:42 -0400)
tables/player_map_captimes.tab

index c9960a376702a999d3eaaa7053ed3d4551d9e894..4472a23915c5e48864cda4d4ee4442fbeff63dba 100644 (file)
@@ -5,6 +5,7 @@ CREATE TABLE xonstat.player_map_captimes
   map_id integer NOT NULL,
   game_id bigint NOT NULL,
   fastest_cap interval NOT NULL,
+  mod character varying(30),
   create_dt timestamp without time zone NOT NULL DEFAULT (current_timestamp at time zone 'UTC'),
   CONSTRAINT player_map_captimes_pk PRIMARY KEY (player_map_captime_id),
   CONSTRAINT player_map_captimes_uk01 UNIQUE (player_id, map_id),