From 4956c4ac2f2d6e95985cc26cbfd7cba57882fa12 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 28 Nov 2005 17:13:30 +0000 Subject: [PATCH] in POD example, remove extra SQL that Pg doesn't need and MySQL doesn't like --- FS/bin/freeside-sqlradius-radacctd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/bin/freeside-sqlradius-radacctd b/FS/bin/freeside-sqlradius-radacctd index 324e4ab1e..e98eaa015 100644 --- a/FS/bin/freeside-sqlradius-radacctd +++ b/FS/bin/freeside-sqlradius-radacctd @@ -140,7 +140,7 @@ ALTER TABLE radacct ADD COLUMN FreesideStatus varchar(32) NULL; If you want to ignore the existing accountg records, also do: -UPDATE TABLE radacct SET FreesideStatus = 'done' WHERE FreesideStatus IS NULL; +UPDATE radacct SET FreesideStatus = 'done' WHERE FreesideStatus IS NULL; =head1 SEE ALSO -- 2.11.0