X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=sql%2Fsql.d%2F001-struct.sql;h=302804e76290635de4788232530b3ad0aebd3d4e;hb=e7a2b15ac093744b2362f187c5eb0b70f06608b3;hp=3639258c21c3d1102a940c5ec85188efa83e8da6;hpb=07070d61b51e6521b1a93ecedeb2e694467d9c60;p=brisk.git 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;