diff --git a/_Project-ID-ADempiere/sql/AlterTable-Oracle-ID-001.sql b/_Project-ID-ADempiere/sql/AlterTable-Oracle-ID-001.sql new file mode 100644 index 0000000000..94b719acc3 --- /dev/null +++ b/_Project-ID-ADempiere/sql/AlterTable-Oracle-ID-001.sql @@ -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 ';' --- +--------------------------------------------------------------- + diff --git a/_Project-ID-ADempiere/sql/CreateTable-Oracle-ID-001.sql b/_Project-ID-ADempiere/sql/CreateTable-Oracle-ID-001.sql new file mode 100644 index 0000000000..5bf8b6a923 --- /dev/null +++ b/_Project-ID-ADempiere/sql/CreateTable-Oracle-ID-001.sql @@ -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 ';' --- +--------------------------------------------------------------- + diff --git a/_Project-ID-ADempiere/sqls_3.1.0/010_update_urls_on_tables_rebranding.sql b/_Project-ID-ADempiere/sqls_3.1.0/010_update_urls_on_tables_rebranding.sql new file mode 100644 index 0000000000..3dfbd165af --- /dev/null +++ b/_Project-ID-ADempiere/sqls_3.1.0/010_update_urls_on_tables_rebranding.sql @@ -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 ; \ No newline at end of file diff --git a/_Project-ID-ADempiere/sqls_3.1.0/020_patch_processes.sql b/_Project-ID-ADempiere/sqls_3.1.0/020_patch_processes.sql new file mode 100644 index 0000000000..2afd41b9ba --- /dev/null +++ b/_Project-ID-ADempiere/sqls_3.1.0/020_patch_processes.sql @@ -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'; diff --git a/_Project-ID-ADempiere/sqls_3.1.0/030_update_messages.sql b/_Project-ID-ADempiere/sqls_3.1.0/030_update_messages.sql new file mode 100644 index 0000000000..2e860c9c67 --- /dev/null +++ b/_Project-ID-ADempiere/sqls_3.1.0/030_update_messages.sql @@ -0,0 +1,3 @@ +UPDATE ad_message + SET VALUE = 'AdempiereSys' + WHERE VALUE = 'CompiereSys';