Preparing 3.4.0s release - fixing some problematic migration scripts
UPLOADED migration scripts for direct migration from 320 to 340
This commit is contained in:
parent
440c7b2177
commit
3ff9eebbab
|
@ -1,4 +1,4 @@
|
||||||
-- Update help for "C_AcctSchema_Default_Copy" process
|
-- Update help for "C_AcctSchema_Default_Copy" process
|
||||||
UPDATE AD_PROCESS
|
UPDATE AD_PROCESS
|
||||||
SET classname = 'org.compiere.process.AcctSchemaDefaultCopy',
|
SET classname = 'org.compiere.process.AcctSchemaDefaultCopy',
|
||||||
help = 'Either add missing accounts - or copy and overwrite all default accounts. If you copy and overwrite the current default values, you may have to repeat previous updates (e.g. set the bank account asset accounts, ...). If no Accounting Schema is selected all Accounting Schemas will be updated / inserted.'
|
help = 'Either add missing accounts - or copy and overwrite all default accounts. If you copy and overwrite the current default values, you may have to repeat previous updates (e.g. set the bank account asset accounts, ...). If no Accounting Schema is selected all Accounting Schemas will be updated / inserted.'
|
||||||
|
@ -17,7 +17,7 @@ UPDATE AD_PROCESS
|
||||||
|
|
||||||
-- Update help for "M_Product_Category_Acct_Copy" process (SPANISH translation)
|
-- Update help for "M_Product_Category_Acct_Copy" process (SPANISH translation)
|
||||||
UPDATE AD_PROCESS_TRL
|
UPDATE AD_PROCESS_TRL
|
||||||
SET help ='El proceso de copiar cuentas tomará las cuentas definidas para una categoría de producto y las copiará a cualquier producto que que haga referencia a esta categoría. Si una cuenta existe a nivel de producto sera sobreescrita. Si no selecciona un Esquema Contable serán actualizados para todos los que estén definidos.'
|
SET help ='El proceso de copiar cuentas tomará las cuentas definidas para una categoría de producto y las copiará a cualquier producto que que haga referencia a esta categoría. Si una cuenta existe a nivel de producto sera sobreescrita. Si no selecciona un Esquema Contable serán actualizados para todos los que estén definidos.'
|
||||||
WHERE AD_Process_ID=140
|
WHERE AD_Process_ID=140
|
||||||
AND AD_LANGUAGE LIKE 'es_%';
|
AND AD_LANGUAGE LIKE 'es_%';
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -219,4 +219,4 @@ SELECT p.AD_Client_ID,p.AD_Org_ID, p.IsActive, p.Created,p.CreatedBy,p.Updated,p
|
||||||
null,
|
null,
|
||||||
p.C_Campaign_ID, p.C_Project_ID, p.C_Activity_ID
|
p.C_Campaign_ID, p.C_Project_ID, p.C_Activity_ID
|
||||||
FROM C_Payment_v p
|
FROM C_Payment_v p
|
||||||
WHERE p.IsAllocated='N' AND p.C_BPartner_ID IS NOT NULL
|
WHERE p.IsAllocated='N' AND p.C_BPartner_ID IS NOT NULL;
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
DROP INDEX ad_wf_activity_status;
|
DROP INDEX ad_wf_activity_status;
|
||||||
|
|
||||||
CREATE INDEX AD_WF_ACTIVITY_STATUS ON AD_WF_ACTIVITY(WFSTATE, PROCESSED)
|
CREATE INDEX AD_WF_ACTIVITY_STATUS ON AD_WF_ACTIVITY(WFSTATE, PROCESSED);
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
DROP INDEX ad_wf_activity_status;
|
DROP INDEX ad_wf_activity_status;
|
||||||
|
|
||||||
CREATE INDEX AD_WF_ACTIVITY_STATUS ON AD_WF_ACTIVITY(WFSTATE, PROCESSED)
|
CREATE INDEX AD_WF_ACTIVITY_STATUS ON AD_WF_ACTIVITY(WFSTATE, PROCESSED);
|
||||||
|
|
Loading…
Reference in New Issue