From 08c7f55e87243453858542b158f99b6cf42c53d6 Mon Sep 17 00:00:00 2001 From: Heng Sin Low Date: Tue, 11 Jan 2011 17:32:55 +0800 Subject: [PATCH] Remove obsolete install_procedures.sql and modify build.xml to install the uuid-ossp module. --- db/ddlutils/postgresql/build.xml | 4 +- db/ddlutils/postgresql/install_procedures.sql | 48 ------------------- 2 files changed, 2 insertions(+), 50 deletions(-) delete mode 100755 db/ddlutils/postgresql/install_procedures.sql diff --git a/db/ddlutils/postgresql/build.xml b/db/ddlutils/postgresql/build.xml index c57cb55338..c6cf05d3d0 100644 --- a/db/ddlutils/postgresql/build.xml +++ b/db/ddlutils/postgresql/build.xml @@ -103,8 +103,8 @@ - - + + diff --git a/db/ddlutils/postgresql/install_procedures.sql b/db/ddlutils/postgresql/install_procedures.sql deleted file mode 100755 index b977b7d0ba..0000000000 --- a/db/ddlutils/postgresql/install_procedures.sql +++ /dev/null @@ -1,48 +0,0 @@ -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'; - -UPDATE AD_Process -SET Classname = 'org.compiere.process.SynchronizeTerminology', ProcedureName = NULL -where procedurename = 'AD_Synchronize';