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 ed13ccb2c1
commit c65406905f
118 changed files with 367 additions and 363 deletions

View File

@@ -29,7 +29,7 @@ BEGIN
);
*/
END //
DELIMITER ;;
DELIMITER ;
DELIMITER //
@@ -90,4 +90,4 @@ BEGIN
WHERE NOT (OLD.active <=> NEW.active)
;
END //
DELIMITER ;;
DELIMITER ;