From e7a2b15ac093744b2362f187c5eb0b70f06608b3 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Mon, 14 Feb 2011 08:27:41 +0100 Subject: [PATCH] typo fixed --- sql/sql.d/001-struct.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.17.1