From f27c8f21030dd4f6fe0a64f9f9332ce8b297570e Mon Sep 17 00:00:00 2001 From: ivan-pelly Date: Sat, 21 Feb 2026 08:21:49 -0800 Subject: [PATCH] sp update --- db/Objects/procedures/sp_User_GetById.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/Objects/procedures/sp_User_GetById.sql b/db/Objects/procedures/sp_User_GetById.sql index 9d436ea..e41d1b8 100644 --- a/db/Objects/procedures/sp_User_GetById.sql +++ b/db/Objects/procedures/sp_User_GetById.sql @@ -1,5 +1,5 @@ DELIMITER ;; -CREATE DEFINER=`root`@`%` PROCEDURE `sp_User_GetById`(IN p_id_user INT) +CREATE DEFINER=`root`@`%` PROCEDURE `sp_User_GetById`(IN p_id_user CHAR(36)) BEGIN SELECT u.id_user,