Fix (MySQL): Update for MySQL version 8.0.40-0ubuntu0.20.04.1 on Oracle VPS

This commit is contained in:
2024-12-23 19:37:22 +00:00
parent f425a103d4
commit decab6a638
118 changed files with 367 additions and 363 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 ;