]> git.xonotic.org Git - xonotic/xonstatdb.git/blobdiff - tables/player_ranks_history.tab
Add category to player_ranks and its history.
[xonotic/xonstatdb.git] / tables / player_ranks_history.tab
old mode 100644 (file)
new mode 100755 (executable)
index 970806f..ec6673a
@@ -3,6 +3,7 @@ CREATE TABLE player_ranks_history
   player_id integer NOT NULL,
   nick character varying(128),
   game_type_cd character varying(10) NOT NULL,
+  category character varying(10) NOT NULL default 'general',
   elo numeric NOT NULL,
   rank integer NOT NULL,
   create_dt timestamp without time zone