X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FUpgrade.pm;h=263be80b1c0f9e0cdd27c999ef4a0e0f05ad1eaf;hb=dcc681be581db6779de6cf71f94ad2ea28614bed;hp=4719caa2216bc586e0c58919731b3dfb8d1e88d8;hpb=3d796bf211374d941bda1116ee27a0543045ea8a;p=freeside.git diff --git a/FS/FS/Upgrade.pm b/FS/FS/Upgrade.pm index 4719caa22..263be80b1 100644 --- a/FS/FS/Upgrade.pm +++ b/FS/FS/Upgrade.pm @@ -309,9 +309,15 @@ sub upgrade_data { tie my %hash, 'Tie::IxHash', - #cust_main (remove paycvv from history) + #payby conditions to new ones + 'part_event_condition' => [], + + #cust_main (remove paycvv from history, locations, cust_payby, etc) 'cust_main' => [], + #contact -> cust_contact / prospect_contact + 'contact' => [], + #msgcat 'msgcat' => [],