X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FUpgrade.pm;h=c39680ef72463a6113b15ddb8b827e0c88971fc1;hb=457cf05ffc31212de613249c95a8ab05aed34f47;hp=5abfa6940ecc6649e401f58b4fac59c896afebc1;hpb=e20a3591dee00904c2def9cd68207d941eaf43b4;p=freeside.git diff --git a/FS/FS/Upgrade.pm b/FS/FS/Upgrade.pm index 5abfa6940..c39680ef7 100644 --- a/FS/FS/Upgrade.pm +++ b/FS/FS/Upgrade.pm @@ -91,6 +91,9 @@ sub upgrade_data { tie my %hash, 'Tie::IxHash', + #cust_main (remove paycvv from history) + 'cust_main' => [], + #msgcat 'msgcat' => [], @@ -129,6 +132,15 @@ sub upgrade_data { #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;