Fix(backend): Convert to MariaDB 10.6.20 for new server.

This commit is contained in:
2025-01-18 19:52:45 +00:00
parent db990a80b5
commit 3bf7967437
115 changed files with 676 additions and 669 deletions

View File

@@ -15,7 +15,7 @@ BEGIN
SET NEW.created_on := IFNULL(NEW.created_on, NOW());
SET NEW.created_by := IFNULL(NEW.created_by, IFNULL((SELECT id_user FROM Shop_User WHERE firstname = CURRENT_USER()), -1));
END //
DELIMITER ;;
DELIMITER ;
DELIMITER //
@@ -64,4 +64,4 @@ BEGIN
WHERE NOT (OLD.active <=> NEW.active)
;
END //
DELIMITER ;;
DELIMITER ;