diff options
author | ivan <ivan> | 2010-11-10 19:22:11 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-11-10 19:22:11 +0000 |
commit | 275e15d0bedc4a151a5cada839f3a5bfeae548cc (patch) | |
tree | 3bd53a72d62f7388cbef9e7994fa5be233ecfec7 /FS | |
parent | 903e37b47216679544a6efb0def4ecc33d3186c2 (diff) |
add phone_avail upgrade, RT#10520
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Upgrade.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/FS/FS/Upgrade.pm b/FS/FS/Upgrade.pm index 61a42a60c..bced61c07 100644 --- a/FS/FS/Upgrade.pm +++ b/FS/FS/Upgrade.pm @@ -179,6 +179,9 @@ sub upgrade_data { #migrate to templates 'msg_template' => [], + #return unprovisioned numbers to availability + 'phone_avail' => [], + ; \%hash; |