fix some dangling records on upgrade, #32456 and #38765
[freeside.git] / FS / FS / Upgrade.pm
index eb2587b..aa0498e 100644 (file)
@@ -523,7 +523,9 @@ sub upgrade_schema_data {
     'cust_bill_pkg_detail' => [],
     #add necessary columns to RT schema
     'TicketSystem' => [],
-
+    #remove possible dangling records
+    'password_history' => [],
+    'cust_pay_pending' => [],
   ;
 
   \%hash;