Database updates

This commit is contained in:
ivan-pelly
2026-02-21 08:11:30 -08:00
@@ -1,5 +1,7 @@
DELIMITER ;; DELIMITER ;;
CREATE DEFINER=`root`@`%` PROCEDURE `sp_Student_GetAll`() CREATE DEFINER=`root`@`%` PROCEDURE `sp_Student_GetAll`()
DELIMITER ;;
CREATE DEFINER=`root`@`%` PROCEDURE `sp_Student_GetAll`()
BEGIN BEGIN
SELECT SELECT
id_student, id_student,