X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FUpgrade.pm;h=0069e207a2bee7bbd82a754a92a06ddaa9805d1e;hb=5f7c4a6025b9e3a49bee72dbc06cac37a45e6f10;hp=da74555a5079c4c6e97be74ffa1f2a2e7ebb0a37;hpb=1a2bd8688493c5bf950fd6af5c2835b9753f8c0f;p=freeside.git diff --git a/FS/FS/Upgrade.pm b/FS/FS/Upgrade.pm index da74555a5..0069e207a 100644 --- a/FS/FS/Upgrade.pm +++ b/FS/FS/Upgrade.pm @@ -497,6 +497,10 @@ sub upgrade_data { #mark certain taxes as system-maintained, # and fix whitespace 'cust_main_county' => [], + + #'compliance solutions' -> 'compliance_solutions' + 'tax_rate' => [], + 'tax_rate_location' => [], ; \%hash; @@ -575,6 +579,7 @@ sub upgrade_schema_data { 'cust_event_fee' => [], 'radius_attr' => [], 'queue_depend' => [], + 'cust_main_invoice' => [], #update records referencing removed things with their FKs 'cust_pkg' => [], ;