Removed drop temporary table
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2021-07-20 13:11:48 +02:00
parent dbe680a58c
commit 64b3f10fc5
1 changed files with 0 additions and 2 deletions

View File

@ -105,7 +105,5 @@ BEGIN
END LOOP;
CLOSE cur;
DROP TEMPORARY TABLE IF EXISTS tmp.ticket_close;
END;;$$
DELIMITER ;