8179-testToMaster #3176

Merged
alexm merged 407 commits from 8179-testToMaster into master 2024-11-12 06:41:52 +00:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit 770c604d6b - Show all commits

View File

@ -12,5 +12,10 @@ BEGIN
CALL ticket_doCmr(NEW.id);
END IF;
END IF;
IF NEW.isDeleted THEN
DELETE FROM ticketRefund
WHERE refundTicketFk = NEW.id;
END IF;
END$$
DELIMITER ;