refactor: move sql to new folder
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Vicent Llopis 2022-05-26 07:41:00 +02:00
parent 4baf1afb83
commit b5db025106
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
DROP PROCEDURE IF EXISTS vn.ticket_doRefund;
DROP PROCEDURE IF EXISTS `vn`.`ticket_doRefund`;
DELIMITER $$
$$