X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=bin%2Ffs-radius-add-check;h=92523eb950502b98a9812e20965314001936fb80;hb=b400f5e930df471ad42906ae118f0f3b00cec512;hp=435f3e88a81217105d857d45a5aa02c1faf84583;hpb=61fc4e61c6644d2e0abdffe8cbdfafd4b092e84b;p=freeside.git diff --git a/bin/fs-radius-add-check b/bin/fs-radius-add-check index 435f3e88a..92523eb95 100755 --- a/bin/fs-radius-add-check +++ b/bin/fs-radius-add-check @@ -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 rc_$attribute varchar($char_d) NULL", - "ALTER TABLE svc_acct ADD rc_$attribute varchar($char_d) NULL", "ALTER TABLE part_svc ADD svc_acct__rc_$attribute varchar($char_d) NULL;", "ALTER TABLE part_svc ADD svc_acct__rc_${attribute}_flag char(1) NULL;", ) {