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';