From 8449436144c8950f6bce58f34a7d86066b243fa1 Mon Sep 17 00:00:00 2001 From: pnixon Date: Mon, 18 Sep 2006 10:28:49 +0000 Subject: [PATCH] Add radippool --- doc/examples/postgresql.sql | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/examples/postgresql.sql b/doc/examples/postgresql.sql index 9df299c..6274ed1 100644 --- a/doc/examples/postgresql.sql +++ b/doc/examples/postgresql.sql @@ -194,6 +194,22 @@ CREATE TABLE radpostauth ( ); -- +-- Table structure for table 'radippool' +-- + +CREATE TABLE radippool ( + id BIGSERIAL PRIMARY KEY, + pool_name text NOT NULL, + FramedIPAddress INET NOT NULL, + NASIPAddress text NOT NULL, + CalledStationId VARCHAR(64), + CallingStationId text DEFAULT ''::text NOT NULL, + expiry_time TIMESTAMP(0) without time zone NOT NULL, + username text DEFAULT ''::text, + pool_key VARCHAR(30) NOT NULL +); + +-- -- Table structure for table 'dictionary' -- This is not currently used by FreeRADIUS -- -- 2.1.4