summaryrefslogtreecommitdiff
path: root/FS/FS/Upgrade.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-03-18 11:58:11 -0700
committerIvan Kohler <ivan@freeside.biz>2017-03-18 11:58:11 -0700
commitbdddb139d967f587280354431eac3170c4eaf561 (patch)
treebcd10cb06f6e211f52a556dcc63e171ca0fc2eab /FS/FS/Upgrade.pm
parent5c45bff8652bc3850625d3ba5db29e8dceb940da (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 c860453..3a99cd3 100644
--- a/FS/FS/Upgrade.pm
+++ b/FS/FS/Upgrade.pm
@@ -567,6 +567,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' => [],