diff options
| author | tim b <timb@camcompu.home> | 2010-04-03 21:11:45 -0700 |
|---|---|---|
| committer | tim b <timb@camcompu.home> | 2010-04-03 21:11:45 -0700 |
| commit | 7114b29dca66ac9032a74255fa9c7bb37e333fdc (patch) | |
| tree | 60153fb300568b34f173cf3c230e197b84cd8415 /db | |
| parent | d32d26065494ccbd4a9ddba0789003e3daa5fa28 (diff) | |
| parent | 4479097093127a20a40a9dceb604bf4290c09a2d (diff) | |
committing stuff so i can merge pulled repo
Diffstat (limited to 'db')
| -rw-r--r-- | db/0-create.psql | 3 |
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 ( |
