diff options
author | ivan <ivan> | 2005-11-28 17:13:30 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-11-28 17:13:30 +0000 |
commit | 4956c4ac2f2d6e95985cc26cbfd7cba57882fa12 (patch) | |
tree | 0df6a2adb52bcf90f510ed6c1607d818b6dfc225 | |
parent | 8293ef7884a56f92681d2af8d7581dece7446560 (diff) |
in POD example, remove extra SQL that Pg doesn't need and MySQL doesn't like
-rw-r--r-- | FS/bin/freeside-sqlradius-radacctd | 2 |
1 files changed, 1 insertions, 1 deletions
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 |