Use now(), not now
authorAlan T. DeKok <aland@freeradius.org>
Sun, 24 May 2009 16:16:45 +0000 (18:16 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 24 May 2009 16:16:45 +0000 (18:16 +0200)
raddb/sql/postgresql/schema.sql

index 86678c3..a474bf8 100644 (file)
@@ -176,5 +176,5 @@ CREATE TABLE radpostauth (
        reply                   VARCHAR(32),
        CalledStationId         VARCHAR(50),
        CallingStationId        VARCHAR(50),
-       authdate                TIMESTAMP with time zone NOT NULL default 'now'
+       authdate                TIMESTAMP with time zone NOT NULL default 'now()'
 );