summaryrefslogtreecommitdiff
path: root/bin/fs-radius-add-check
diff options
context:
space:
mode:
Diffstat (limited to 'bin/fs-radius-add-check')
-rwxr-xr-xbin/fs-radius-add-check1
1 files changed, 0 insertions, 1 deletions
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;",
) {