]> mop.ddnsfree.com - git repositories - brisk.git/commitdiff
typo fixed
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Mon, 14 Feb 2011 07:27:41 +0000 (08:27 +0100)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Mon, 14 Feb 2011 07:27:41 +0000 (08:27 +0100)
sql/sql.d/001-struct.sql

index 3639258c21c3d1102a940c5ec85188efa83e8da6..302804e76290635de4788232530b3ad0aebd3d4e 100644 (file)
@@ -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;