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