X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FUpgrade.pm;h=8cc5c61b879985e5a89fe65a0480e60ae70d58e7;hb=0907d7eb5c2b65c9b9a797b92802a21e618d8b96;hp=7aecf45d82309aca65c9e237133f322abe9aa0e2;hpb=2f7258c405692391d07ae96efef2e471a71849f9;p=freeside.git diff --git a/FS/FS/Upgrade.pm b/FS/FS/Upgrade.pm index 7aecf45d8..8cc5c61b8 100644 --- a/FS/FS/Upgrade.pm +++ b/FS/FS/Upgrade.pm @@ -126,6 +126,9 @@ sub upgrade_data { #usage_classes if we have none 'usage_class' => [], + #phone_type if we have none + 'phone_type' => [], + #fixup access rights 'access_right' => [], @@ -135,6 +138,12 @@ sub upgrade_data { #change recur_flat and enable_prorate 'part_pkg_option' => [], + #add weights to pkg_category + 'pkg_category' => [], + + #cdrbatch fixes + 'cdr' => [], + ; \%hash;