]> git.xonotic.org Git - xonotic/xonstatdb.git/blobdiff - tables/player_ranks.tab
Add elo categories to several tables.
[xonotic/xonstatdb.git] / tables / player_ranks.tab
old mode 100644 (file)
new mode 100755 (executable)
index 254b53a..a40be2b
@@ -3,6 +3,7 @@ CREATE TABLE player_ranks
   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 NOT NULL DEFAULT (current_timestamp at time zone 'UTC'),