Tables added to the list with data upgrade because of reason and void_reason
[freeside.git] / FS / FS / Upgrade.pm
index 263230b..bffda56 100644 (file)
@@ -350,6 +350,11 @@ sub upgrade_data {
     #customer credits
     'cust_credit' => [],
 
+    # reason / void_reason migration to reasonnum / void_reasonnum
+    'cust_credit_void' => [],
+    'cust_bill_void' => [],
+    'cust_bill_pkg_void' => [],
+
     #duplicate history records
     'h_cust_svc'  => [],