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

@@ -263,7 +263,7 @@ BEGIN
-- Returns
-- SET v_now = NOW();
# Errors
-- Errors
SELECT *
FROM tmp_Msg_Error
;
@@ -277,18 +277,18 @@ DELIMITER ;
/*
CALL p_shop_save_customer (
'NIPS', # a_guid
'auth0|6582b95c895d09a70ba10fef', # a_id_user
'Initial Customer', # a_comment
'-1', # a_id_customer
'good co', # a_name_company
'teddy', # a_name_contact
'manufacturing', # a_department_contact
1, # a_id_address
'BRING BRING', # a_phone_number
'e@mail.com', # a_email
1, # a_id_currency_cost
1 # a_active
'NIPS', -- a_guid
'auth0|6582b95c895d09a70ba10fef', -- a_id_user
'Initial Customer', -- a_comment
'-1', -- a_id_customer
'good co', -- a_name_company
'teddy', -- a_name_contact
'manufacturing', -- a_department_contact
1, -- a_id_address
'BRING BRING', -- a_phone_number
'e@mail.com', -- a_email
1, -- a_id_currency_cost
1 -- a_active
);
SELECT * FROM Shop_Customer