some bug fixing
This commit is contained in:
parent
086df4ef71
commit
b0ec9edf53
4 changed files with 25 additions and 6 deletions
|
|
@ -456,6 +456,15 @@ sub upgradeEMS {
|
|||
}
|
||||
}
|
||||
}
|
||||
$db->write("drop table EventManagementSystem_badges");
|
||||
$db->write("drop table EventManagementSystem_discountPasses");
|
||||
$db->write("drop table EventManagementSystem_metaData");
|
||||
$db->write("drop table EventManagementSystem_prerequisiteEvents");
|
||||
$db->write("drop table EventManagementSystem_prerequisites");
|
||||
$db->write("drop table EventManagementSystem_products");
|
||||
$db->write("drop table EventManagementSystem_purchases");
|
||||
$db->write("drop table EventManagementSystem_registrations");
|
||||
$db->write("drop table EventManagementSystem_sessionPurchaseRef");
|
||||
}
|
||||
|
||||
#-------------------------------------------------
|
||||
|
|
@ -565,6 +574,8 @@ sub convertTransactionLog {
|
|||
}, $oldItem->{itemId});
|
||||
}
|
||||
}
|
||||
$db->write("drop table oldtransaction");
|
||||
$db->write("drop table oldtransactionitem");
|
||||
}
|
||||
|
||||
#-------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue