diff options
Diffstat (limited to 'db/0-create.psql')
| -rwxr-xr-x | 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 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 ( |
