diff options
author | ivan <ivan> | 2010-11-10 19:18:31 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-11-10 19:18:31 +0000 |
commit | 575701c4066d6ed336fec0dd43247d618d77efab (patch) | |
tree | 894450973815ed95724cd625f816d07e29bfc7c1 | |
parent | 38afab3ba4d0c74aa27739f50e1f86e20e635b58 (diff) |
add phone_avail upgrade, RT#10520
-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; |