projects
/
xonotic
/
xonstatdb.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9065eb
)
Add email address to the players table (for admins only).
author
Ant Zucaro <azucaro@gmail.com>
Fri, 13 Jun 2014 12:24:13 +0000
(08:24 -0400)
committer
Ant Zucaro <azucaro@gmail.com>
Fri, 13 Jun 2014 12:24:13 +0000
(08:24 -0400)
tables/players.tab
patch
|
blob
|
history
diff --git
a/tables/players.tab
b/tables/players.tab
index 26c212a567fd1fa8c831cb6a99b6031ea3a66ce7..57e81d52f3b50bed203839a8813d27d47952ed09 100644
(file)
--- a/
tables/players.tab
+++ b/
tables/players.tab
@@
-4,6
+4,7
@@
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)