From 631f492c328ee40414ee32f717215d3fdda6f55a Mon Sep 17 00:00:00 2001 From: sostler Date: Sun, 6 Dec 2009 20:38:51 -0500 Subject: Profiles / templates --- db/0-create.psql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'db') diff --git a/db/0-create.psql b/db/0-create.psql index d34ccdd..35278c7 100755 --- a/db/0-create.psql +++ b/db/0-create.psql @@ -3,7 +3,9 @@ CREATE TABLE users ( nick text UNIQUE NOT NULL, hash text NOT NULL, email text NOT NULL, - created_on timestamp NOT NULL DEFAULT now() + created_on timestamp NOT NULL DEFAULT now(), + contact text, + bio text ); CREATE TABLE rooms ( -- cgit v1.2.3-70-g09d2