Fix syntax typo
authorpnixon <pnixon>
Tue, 12 Dec 2006 12:08:48 +0000 (12:08 +0000)
committerpnixon <pnixon>
Tue, 12 Dec 2006 12:08:48 +0000 (12:08 +0000)
doc/examples/postgresql.sql

index 8a51a45..6513478 100644 (file)
@@ -204,7 +204,7 @@ CREATE TABLE radippool (
        NASIPAddress            VARCHAR(16) NOT NULL default '',
        pool_key                VARCHAR(64) NOT NULL default 0,
        CalledStationId         VARCHAR(64),
-       CallingStationId        text DEFAULT ''::text NOT NULL default '',
+       CallingStationId        text NOT NULL default ''::text,
        expiry_time             TIMESTAMP(0) without time zone NOT NULL default 'now'::timestamp(0),
        username                text DEFAULT ''::text
 );