From 64be2d5bfde815751bc152d0b49798865adbaf28 Mon Sep 17 00:00:00 2001 From: tim b Date: Mon, 24 May 2010 19:13:05 -0700 Subject: add type to column --- db/0-create.psql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/0-create.psql b/db/0-create.psql index 3a8f1c4..aea6d63 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)); -- cgit v1.2.3-70-g09d2