fix: vDatedFrom y vDatedTo
gitea/salix/pipeline/pr-master There was a failure building this commit
Details
gitea/salix/pipeline/pr-master There was a failure building this commit
Details
This commit is contained in:
parent
5175c91b2d
commit
c9b6cbf67b
|
@ -1,7 +1,7 @@
|
|||
DELIMITER $$
|
||||
CREATE OR REPLACE DEFINER=`root`@`localhost` PROCEDURE `bi`.`rutasAnalyze`(
|
||||
vDatedFrom INT,
|
||||
vDatedTo INT
|
||||
vDatedFrom DATE,
|
||||
vDatedTo DATE
|
||||
)
|
||||
BEGIN
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue