diff --git a/conf/bd.sql b/conf/bd.sql index fe44ff0..3ded4c4 100644 --- a/conf/bd.sql +++ b/conf/bd.sql @@ -86,4 +86,6 @@ BEGIN SET i = i + 1; END WHILE; END // -DELIMITER ; \ No newline at end of file +DELIMITER ; + +CALL InicializaBoletos(1, 50.00); \ No newline at end of file