]> git.xonotic.org Git - xonotic/xonstatdb.git/blobdiff - tables/player_ranks_history.tab
Add elo categories to several tables.
[xonotic/xonstatdb.git] / tables / player_ranks_history.tab
index 970806f1315dda73152c34ad6829ef8ab3c76432..ec6673a1225487bfc5eff99bc7c0da676d51502f 100755 (executable)
@@ -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