]> 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
index 254b53ada3fabb5913bc222d0e9288f44d2b5c80..a40be2b621b7c46e1bf0393e047d8fedf9011cbe 100755 (executable)
@@ -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'),