From: ivan Date: Mon, 28 Nov 2005 17:13:30 +0000 (+0000) Subject: in POD example, remove extra SQL that Pg doesn't need and MySQL doesn't like X-Git-Tag: BEFORE_FINAL_MASONIZE~276 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=4956c4ac2f2d6e95985cc26cbfd7cba57882fa12 in POD example, remove extra SQL that Pg doesn't need and MySQL doesn't like --- 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