Fix (MySQL): Update for MariaDB v10.3 to match ERPNext installation on Oracle VPS.

This commit is contained in:
2024-12-23 23:10:16 +00:00
parent c65406905f
commit b2b1bfee10
237 changed files with 3035 additions and 3035 deletions

View File

@@ -463,7 +463,7 @@ BEGIN
INNER JOIN partsltd_prod.Shop_User U ON t_U.id_user = U.id_user
;
# Errors
-- Errors
SELECT
t_ME.display_order,
MET.code,
@@ -508,13 +508,13 @@ CALL p_get_many_user (
, 'google-oauth2|109567376920138999933'
, 0
);
NULL # a_id_user
, 'auth0|6582b95c895d09a70ba10fef' # a_id_user_auth0
, 0 # a_get_all_user
, 0 # a_get_inactive_user
-- , 0 # a_get_first_user_only
, NULL # a_ids_user
, 'auth0|6582b95c895d09a70ba10fef' # a_ids_user_auth0
NULL -- a_id_user
, 'auth0|6582b95c895d09a70ba10fef' -- a_id_user_auth0
, 0 -- a_get_all_user
, 0 -- a_get_inactive_user
-- , 0 -- a_get_first_user_only
, NULL -- a_ids_user
, 'auth0|6582b95c895d09a70ba10fef' -- a_ids_user_auth0
, 0 -- a_debug
);*/