summaryrefslogtreecommitdiff
path: root/FS/FS/Upgrade.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-03-10 11:42:24 -0800
committerIvan Kohler <ivan@freeside.biz>2017-03-10 11:42:24 -0800
commitd04e30fbf7c74faf746c866e73ab92d76b172226 (patch)
tree8a802516b2d55a5137c42fbc96c858de25b5824d /FS/FS/Upgrade.pm
parent065e15ad1ae8da86fca4d0b64af03ee084e7cf03 (diff)
fix dangling RADIUS attributes on upgrade (and prevent new ones from showing up), RT#75116
Diffstat (limited to 'FS/FS/Upgrade.pm')
-rw-r--r--FS/FS/Upgrade.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/Upgrade.pm b/FS/FS/Upgrade.pm
index 8a3e83c..0a083db 100644
--- a/FS/FS/Upgrade.pm
+++ b/FS/FS/Upgrade.pm
@@ -570,6 +570,7 @@ sub upgrade_schema_data {
'cust_msg' => [],
'cust_bill_pay_batch' => [],
'cust_event_fee' => [],
+ 'radius_attr' => [],
#update records referencing removed things with their FKs
'cust_pkg' => [],
;