Bring here from old trunk
This commit is contained in:
parent
468b8b82d7
commit
9b80286758
|
@ -0,0 +1,10 @@
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
--- ALTER TABLE ... ADD ... File for Database : ID-002-252e-Oracle DB (Build 396)
|
||||||
|
---
|
||||||
|
--- Date of creation: 2005-12-20 15:54:30
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
---------------------------------------------------------------
|
||||||
|
--- EVERY SQL STATEMENT must be separated from other by ';' ---
|
||||||
|
---------------------------------------------------------------
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
REM ======================================================================
|
||||||
|
REM === Sql Script for Database : ID-002-252e-Oracle DB
|
||||||
|
REM ===
|
||||||
|
REM === Build : 395
|
||||||
|
REM ======================================================================
|
||||||
|
|
||||||
|
---------------------------------------------------------------
|
||||||
|
--- EVERY SQL STATEMENT must be separated from other by ';' ---
|
||||||
|
---------------------------------------------------------------
|
||||||
|
|
|
@ -0,0 +1,19 @@
|
||||||
|
UPDATE w_store
|
||||||
|
SET webparam1 = 'ADempiere120x60.gif'
|
||||||
|
WHERE w_store_id = 11;
|
||||||
|
|
||||||
|
UPDATE w_store_trl
|
||||||
|
SET webparam1 = 'ADempiere120x60.gif'
|
||||||
|
WHERE w_store_id = 11;
|
||||||
|
|
||||||
|
COMMIT ;
|
||||||
|
|
||||||
|
UPDATE m_product
|
||||||
|
SET descriptionurl = 'http://www.adempiere.com/partner/index.html'
|
||||||
|
WHERE descriptionurl = 'http://www.compiere.org/partner/index.html';
|
||||||
|
|
||||||
|
UPDATE m_product
|
||||||
|
SET imageurl = 'http://www.adempiere.org/product/icons/C32.gif'
|
||||||
|
WHERE imageurl = 'http://www.compiere.org/product/icons/C32.gif';
|
||||||
|
|
||||||
|
COMMIT ;
|
|
@ -0,0 +1,44 @@
|
||||||
|
UPDATE AD_Process
|
||||||
|
SET Classname='org.compiere.process.AD_PrintPaper_Default',
|
||||||
|
ProcedureName=NULL
|
||||||
|
WHERE value = 'AD_PrintPaper_Default';
|
||||||
|
|
||||||
|
UPDATE AD_Process
|
||||||
|
SET Classname='org.compiere.process.C_AcctSchema_Default_Copy',
|
||||||
|
ProcedureName=NULL
|
||||||
|
WHERE value like 'C_AcctSchema_Default_Copy';
|
||||||
|
|
||||||
|
UPDATE AD_Process
|
||||||
|
SET Classname='org.compiere.process.C_BP_Group_Acct_Copy',
|
||||||
|
ProcedureName=NULL
|
||||||
|
WHERE value = 'C_BP_Group_Acct_Copy';
|
||||||
|
|
||||||
|
UPDATE AD_Process
|
||||||
|
SET Classname='org.compiere.process.M_Product_BOM_Check',
|
||||||
|
ProcedureName=NULL
|
||||||
|
WHERE value = 'M_Product_BOM';
|
||||||
|
|
||||||
|
UPDATE AD_Process
|
||||||
|
SET Classname='org.compiere.process.M_Product_Category_Acct_Copy',
|
||||||
|
ProcedureName=NULL
|
||||||
|
where value = 'M_Product_Category_Acct_Copy';
|
||||||
|
|
||||||
|
UPDATE AD_Process
|
||||||
|
SET Classname='org.compiere.process.M_Product_CostingUpdate',
|
||||||
|
ProcedureName=NULL
|
||||||
|
WHERE value = 'M_Product_CostingUpdate';
|
||||||
|
|
||||||
|
UPDATE AD_Process
|
||||||
|
SET Classname='org.compiere.process.M_Production_Run',
|
||||||
|
ProcedureName=NULL
|
||||||
|
WHERE value like 'M_Production';
|
||||||
|
|
||||||
|
UPDATE AD_Process
|
||||||
|
SET Classname='org.compiere.process.T_InventoryValue_Create',
|
||||||
|
ProcedureName=NULL
|
||||||
|
WHERE value = 'RV_T_InventoryValue';
|
||||||
|
|
||||||
|
UPDATE AD_Process
|
||||||
|
SET Classname='org.compiere.process.M_PriceList_Create',
|
||||||
|
ProcedureName=NULL
|
||||||
|
WHERE value = 'M_PriceList Create';
|
|
@ -0,0 +1,3 @@
|
||||||
|
UPDATE ad_message
|
||||||
|
SET VALUE = 'AdempiereSys'
|
||||||
|
WHERE VALUE = 'CompiereSys';
|
Loading…
Reference in New Issue