summaryrefslogtreecommitdiff
path: root/FS/FS/Upgrade.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-03-18 11:58:09 -0700
committerIvan Kohler <ivan@freeside.biz>2017-03-18 11:58:09 -0700
commit1a2bd8688493c5bf950fd6af5c2835b9753f8c0f (patch)
tree542658417e0543064f79334e89f3ce71285344a8 /FS/FS/Upgrade.pm
parent691e990886ec62d387833fa74a860946682fcf26 (diff)
drop h_access_user_log if it exists from a previous beta, RT#75160
Diffstat (limited to 'FS/FS/Upgrade.pm')
-rw-r--r--FS/FS/Upgrade.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/FS/FS/Upgrade.pm b/FS/FS/Upgrade.pm
index 8f751ee..da74555 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' => [],