feat: refs #6822 entry_clone
This commit is contained in:
parent
07c4fa4b1d
commit
e999201969
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue