From be5ae0f99e685177d51ff82304eb525e6790ea7d Mon Sep 17 00:00:00 2001 From: sostler Date: Thu, 20 May 2010 13:22:43 -0400 Subject: Enable room disabling --- db/0-create.psql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'db') diff --git a/db/0-create.psql b/db/0-create.psql index 3cb7236..3a8f1c4 100644 --- a/db/0-create.psql +++ b/db/0-create.psql @@ -21,7 +21,8 @@ CREATE TABLE rooms ( name text NOT NULL, description text NOT NULL, created_on timestamp NOT NULL DEFAULT now(), - admin_only bool NOT NULL DEFAULT false + admin_only bool NOT NULL DEFAULT false, + active bool NOT NULL DEFAULT true ); CREATE TABLE messages ( -- cgit v1.2.3-70-g09d2