feat: refs #6822 entry_clone

This commit is contained in:
Robert Ferrús 2024-09-11 09:59:01 +02:00
parent 07c4fa4b1d
commit e999201969
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
DELIMITER $$
CREATE OR REPLACE DEFINER=`vn`@`localhost` PROCEDURE `vn`.`entry_clone`(vSelf INT)
CREATE OR REPLACE DEFINER=`vn`@`localhost` PROCEDURE `vn`.`entry_clone`(vSelf INT, OUT newEntryFk INT)
BEGIN
/**
* clones an entry.