X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonstatdb.git;a=blobdiff_plain;f=tables%2Fplayer_ranks_history.tab;h=ec6673a1225487bfc5eff99bc7c0da676d51502f;hp=970806f1315dda73152c34ad6829ef8ab3c76432;hb=a49b111e04da2f30dc9c5713b3724b3530c4893c;hpb=7d454a73da66260adc5ef86ec4d89a38ff4b8756 diff --git a/tables/player_ranks_history.tab b/tables/player_ranks_history.tab index 970806f..ec6673a 100755 --- a/tables/player_ranks_history.tab +++ b/tables/player_ranks_history.tab @@ -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