review migration

This commit is contained in:
Samuele Locatelli
2025-12-12 10:43:52 +01:00
parent 065029cc35
commit ab5e6674b9
6 changed files with 132 additions and 129 deletions
@@ -1,7 +1,7 @@
DROP PROCEDURE IF EXISTS `stp_deleteOfferTree`;
CREATE DEFINER=`egalmware`@`10.74.%` PROCEDURE `stp_deleteOfferTree`(
CREATE PROCEDURE `stp_deleteOfferTree`(
IN `pOfferID` INT
)
LANGUAGE SQL