From: Matteo Nastasi (mop) Date: Mon, 14 Feb 2011 07:27:41 +0000 (+0100) Subject: typo fixed X-Git-Tag: 3.2.1~1 X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=brisk.git;a=commitdiff_plain;h=e7a2b15ac093744b2362f187c5eb0b70f06608b3 typo fixed --- diff --git a/sql/sql.d/001-struct.sql b/sql/sql.d/001-struct.sql index 3639258..302804e 100644 --- a/sql/sql.d/001-struct.sql +++ b/sql/sql.d/001-struct.sql @@ -9,8 +9,8 @@ CREATE TABLE #PFX#users ( pass text, email text UNIQUE, type integer, - tsusp timestamp DEFAULT to_timestamp(0) -- disable timeout - mtime timestamp DEFAULT to_timestamp(0) -- last access + tsusp timestamp DEFAULT to_timestamp(0), -- disable timeout + mtime timestamp DEFAULT to_timestamp(0) -- last access ); DROP TABLE #PFX#groups;