From bef6fc18d0ddc7e1693b91c21d8ab18ff4517e49 Mon Sep 17 00:00:00 2001 From: Hector <zs22016103@estudiantes.uv.mx> Date: Sun, 9 Mar 2025 18:42:18 -0600 Subject: [PATCH] feat: llamada de la funcion, que genera los asientos --- conf/bd.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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