more collateral conversion. Collateral data does not need to be removed from extra tables in purge method
This commit is contained in:
parent
e5615e386c
commit
ec1910db58
1 changed files with 0 additions and 2 deletions
|
|
@ -481,8 +481,6 @@ sub purge {
|
|||
}
|
||||
}
|
||||
$sth->finish;
|
||||
$self->session->db->write("delete from Product_accessory where assetId=".$self->session->db->quote($self->getId)." or accessoryAssetId=".$self->session->db->quote($self->getId));
|
||||
$self->session->db->write("delete from Product_related where assetId=".$self->session->db->quote($self->getId)." or relatedAssetId=".$self->session->db->quote($self->getId));
|
||||
$self->session->db->write("delete from Product_benefit where assetId=".$self->session->db->quote($self->getId));
|
||||
$self->session->db->write("delete from Product_feature where assetId=".$self->session->db->quote($self->getId));
|
||||
$self->session->db->write("delete from Product_specification where assetId=".$self->session->db->quote($self->getId));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue