RT# 71955 JSON::XS -> Cpanel::JSON::XS
[freeside.git] / FS / FS / Upgrade.pm
index e729896..bbd1ee1 100644 (file)
@@ -335,6 +335,9 @@ sub upgrade_data {
     #fix whitespace - before cust_main
     'cust_location' => [],
 
+    #remap log levels
+    'log' => [],
+
     #cust_main (tokenizes cards, remove paycvv from history, locations, cust_payby, etc)
     # (handles payinfo encryption/tokenization across all relevant tables)
     'cust_main' => [],
@@ -454,6 +457,10 @@ sub upgrade_data {
     #mark certain taxes as system-maintained,
     # and fix whitespace
     'cust_main_county' => [],
+
+    #upgrade part_event_condition_option agentnum to a multiple hash value
+    'part_event_condition_option' =>[],
+
   ;
 
   \%hash;