diff options
| author | sostler <sbostler@gmail.com> | 2010-05-24 23:58:28 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-05-24 23:58:28 -0400 |
| commit | 7f2f73a513e937171fb37f796235b39324d5a597 (patch) | |
| tree | 09285ebeb2af7bda46a803d1dce51a8ba3b2a720 /db | |
| parent | b0dd9fba4528500b1abd343c9dbbd4d1412d83c6 (diff) | |
| parent | 64be2d5bfde815751bc152d0b49798865adbaf28 (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'db')
| -rw-r--r-- | db/0-create.psql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/0-create.psql b/db/0-create.psql index d034bbe..112e774 100644 --- a/db/0-create.psql +++ b/db/0-create.psql @@ -10,7 +10,7 @@ CREATE TABLE users ( avatar text NOT NULL DEFAULT '', contact text NOT NULL DEFAULT '', bio text NOT NULL DEFAULT '', - is_bot NOT NULL DEFAULT false, + is_bot boolean NOT NULL DEFAULT false, profile_bg text ); CREATE INDEX users_nick_lowercase_idx ON users (lower(nick)); |
