X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FUpgrade.pm;h=da74555a5079c4c6e97be74ffa1f2a2e7ebb0a37;hb=1a2bd8688493c5bf950fd6af5c2835b9753f8c0f;hp=727663893cecb8aefa7c6eab6bc49108ac6ed8b3;hpb=dacdaebc0eeacb4705dd5d5f09563d711e81dfd3;p=freeside.git diff --git a/FS/FS/Upgrade.pm b/FS/FS/Upgrade.pm index 727663893..da74555a5 100644 --- a/FS/FS/Upgrade.pm +++ b/FS/FS/Upgrade.pm @@ -561,6 +561,9 @@ sub upgrade_schema_data { 'cust_bill_pkg_detail' => [], #add necessary columns to RT schema 'TicketSystem' => [], + #remove h_access_user_log if it exists (since our regular auto schema + # upgrade doesn't have the drop tables flag turned on) + 'access_user_log' => [], #remove possible dangling records 'password_history' => [], 'cust_pay_pending' => [], @@ -568,6 +571,10 @@ sub upgrade_schema_data { 'pkg_referral' => [], 'cust_bill_pkg_discount' => [], 'cust_msg' => [], + 'cust_bill_pay_batch' => [], + 'cust_event_fee' => [], + 'radius_attr' => [], + 'queue_depend' => [], #update records referencing removed things with their FKs 'cust_pkg' => [], ;