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