summaryrefslogtreecommitdiff
path: root/FS/FS/Upgrade.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-04-17 22:39:16 -0700
committerMark Wells <mark@freeside.biz>2013-04-17 22:39:16 -0700
commite4d45d5728d81d40d187275938972b357fd88fe1 (patch)
treedb5580986c72c32d1be93afd0e94eb397aa3c41d /FS/FS/Upgrade.pm
parent54156948ccda87655f9f4bb26a2747ab49b616ce (diff)
repair damaged svc_x records during upgrade, #22524
Diffstat (limited to 'FS/FS/Upgrade.pm')
-rw-r--r--FS/FS/Upgrade.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/FS/FS/Upgrade.pm b/FS/FS/Upgrade.pm
index fea53a2..cda3198 100644
--- a/FS/FS/Upgrade.pm
+++ b/FS/FS/Upgrade.pm
@@ -294,6 +294,9 @@ sub upgrade_data {
#insert default tower_sector if not present
'tower' => [],
+ #repair improperly deleted services
+ 'cust_svc' => [],
+
#routernum/blocknum
'svc_broadband' => [],