Add X-Ascend-Session-Svr-Key to table to allow Packet of Disconnects
authorpnixon <pnixon>
Fri, 5 Jan 2007 15:27:21 +0000 (15:27 +0000)
committerpnixon <pnixon>
Fri, 5 Jan 2007 15:27:21 +0000 (15:27 +0000)
doc/examples/postgresql.sql

index 6513478..49c6f7b 100644 (file)
@@ -35,6 +35,7 @@ CREATE TABLE radacct (
        CallingStationId        VARCHAR(50),
        AcctTerminateCause      VARCHAR(32),
        ServiceType             VARCHAR(32),
+       XAscendSessionSvrKey    VARCHAR(10),
        FramedProtocol          VARCHAR(32),
        FramedIPAddress         INET,
        AcctStartDelay          BIGINT,