summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authortim b <timb@camcompu.home>2010-04-03 21:11:45 -0700
committertim b <timb@camcompu.home>2010-04-03 21:11:45 -0700
commit7114b29dca66ac9032a74255fa9c7bb37e333fdc (patch)
tree60153fb300568b34f173cf3c230e197b84cd8415 /db
parentd32d26065494ccbd4a9ddba0789003e3daa5fa28 (diff)
parent4479097093127a20a40a9dceb604bf4290c09a2d (diff)
committing stuff so i can merge pulled repo
Diffstat (limited to 'db')
-rw-r--r--db/0-create.psql3
1 files changed, 2 insertions, 1 deletions
diff --git a/db/0-create.psql b/db/0-create.psql
index 28d9b45..cad20e9 100644
--- 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 (