fix upgrade for cust_msg when a customer was deleted, RT#74298
[freeside.git] / FS / FS / Upgrade.pm
index 628b6f2..7276638 100644 (file)
@@ -567,6 +567,7 @@ sub upgrade_schema_data {
     #remove records referencing removed things with their FKs
     'pkg_referral' => [],
     'cust_bill_pkg_discount' => [],
+    'cust_msg' => [],
     #update records referencing removed things with their FKs
     'cust_pkg' => [],
   ;