Fix (MySQL): Update for MariaDB v10.3 to match ERPNext installation on Oracle VPS.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user