X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FUpgrade.pm;h=a59dc1fc924ff061a364fa74f0f5d0883fa9ffeb;hp=27c4b4ca6ac7d887f5995fdb2d673781ba2c1f2e;hb=895667aa1cf8e9d136043881284df2c9423d1d1e;hpb=4fe1fd639d387e1a3d271618b35830142583c714 diff --git a/FS/FS/Upgrade.pm b/FS/FS/Upgrade.pm index 27c4b4ca6..a59dc1fc9 100644 --- a/FS/FS/Upgrade.pm +++ b/FS/FS/Upgrade.pm @@ -553,6 +553,8 @@ sub upgrade_schema { sub upgrade_schema_data { my %opt = @_; + #auto-find tables/classes with an _update_schema method? + tie my %hash, 'Tie::IxHash', #fix classnum character(1) @@ -562,6 +564,9 @@ sub upgrade_schema_data { #remove possible dangling records 'password_history' => [], 'cust_pay_pending' => [], + #remove records referencing removed things with their FKs + 'pkg_referral' => [], + 'cust_bill_pkg_discount' => [], ; \%hash;