X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=bin%2Ffs-radius-add-reply;h=7938feac6adbb4a707dc6454f4f35b47f93a0c6b;hb=898aa3474d66a76b84cc9508f96618d2be1a27ed;hp=23a8d78a3a71e731f0d2bcbcf5ca2ed82bbb4086;hpb=61fc4e61c6644d2e0abdffe8cbdfafd4b092e84b;p=freeside.git diff --git a/bin/fs-radius-add-reply b/bin/fs-radius-add-reply index 23a8d78a3..7938feac6 100755 --- a/bin/fs-radius-add-reply +++ b/bin/fs-radius-add-reply @@ -35,7 +35,6 @@ my($char_d) = 80; #default maxlength for text fields foreach my $attribute ( @attributes ) { foreach my $statement ( "ALTER TABLE svc_acct ADD radius_$attribute varchar($char_d) NULL", - "ALTER TABLE svc_acct ADD radius_$attribute varchar($char_d) NULL", "ALTER TABLE part_svc ADD svc_acct__radius_$attribute varchar($char_d) NULL;", "ALTER TABLE part_svc ADD svc_acct__radius_${attribute}_flag char(1) NULL;", ) {