]> git.xonotic.org Git - xonotic/xonstatdb.git/blobdiff - tables/players.tab
Add TKA to the full build.
[xonotic/xonstatdb.git] / tables / players.tab
old mode 100644 (file)
new mode 100755 (executable)
index b75a53a..57e81d5
@@ -4,6 +4,8 @@ CREATE TABLE xonstat.players
   nick character varying(128),
   stripped_nick character varying(128),
   "location" character varying(100),
+  email_addr character varying(255),
+  active_ind boolean NOT NULL default true,
   create_dt timestamp without time zone NOT NULL DEFAULT (current_timestamp at time zone 'UTC'),
   CONSTRAINT players_pk PRIMARY KEY (player_id)
 )