From f9c1e7d2b828fe4dadfb031cb0c44d65d242e17a Mon Sep 17 00:00:00 2001 From: sostler Date: Fri, 26 Mar 2010 15:41:42 -0400 Subject: Adding profile_bg field to schema --- db/0-create.psql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'db/0-create.psql') diff --git a/db/0-create.psql b/db/0-create.psql index 00ea012..1316a36 100755 --- a/db/0-create.psql +++ b/db/0-create.psql @@ -9,7 +9,8 @@ CREATE TABLE users ( is_admin boolean NOT NULL DEFAULT false, avatar text NOT NULL DEFAULT '', contact text NOT NULL DEFAULT '', - bio text NOT NULL DEFAULT '' + bio text NOT NULL DEFAULT '', + profile_bg text ); CREATE TABLE rooms ( -- cgit v1.2.3-70-g09d2