diff --git a/migration/i1.0b-release/oracle/20130527113000_IDEMPIERE-962.sql b/migration/i1.0b-release/oracle/20130527113000_IDEMPIERE-962.sql new file mode 100644 index 0000000000..21745d9917 --- /dev/null +++ b/migration/i1.0b-release/oracle/20130527113000_IDEMPIERE-962.sql @@ -0,0 +1,23 @@ +-- May 27, 2013 10:43:09 AM COT +-- IDEMPIERE-962 Misspelled words and/or sentences +UPDATE AD_Process SET Description='Validate that the workflow is correct',Updated=TO_DATE('2013-05-27 10:43:09','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Process_ID=304 +; + +-- May 27, 2013 10:55:51 AM COT +-- IDEMPIERE-962 Misspelled words and/or sentences +UPDATE AD_Workflow SET IsValid='Y', Description='(Standard Process Invoice)',Updated=TO_DATE('2013-05-27 10:55:51','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Workflow_ID=118 +; + +-- May 27, 2013 10:59:41 AM COT +-- IDEMPIERE-962 Misspelled words and/or sentences +UPDATE AD_Process SET Description='Check data consistency of Business Partner',Updated=TO_DATE('2013-05-27 10:59:41','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Process_ID=314 +; + +-- May 27, 2013 10:59:41 AM COT +-- IDEMPIERE-962 Misspelled words and/or sentences +UPDATE AD_Menu SET Name='Validate Business Partner', Description='Check data consistency of Business Partner', IsActive='Y',Updated=TO_DATE('2013-05-27 10:59:41','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Menu_ID=506 +; + + +SELECT register_migration_script('20130527113000_IDEMPIERE-962.sql') FROM dual +; diff --git a/migration/i1.0b-release/postgresql/20130527113000_IDEMPIERE-962.sql b/migration/i1.0b-release/postgresql/20130527113000_IDEMPIERE-962.sql new file mode 100644 index 0000000000..9bbe727482 --- /dev/null +++ b/migration/i1.0b-release/postgresql/20130527113000_IDEMPIERE-962.sql @@ -0,0 +1,23 @@ +-- May 27, 2013 10:43:09 AM COT +-- IDEMPIERE-962 Misspelled words and/or sentences +UPDATE AD_Process SET Description='Validate that the workflow is correct',Updated=TO_TIMESTAMP('2013-05-27 10:43:09','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Process_ID=304 +; + +-- May 27, 2013 10:55:51 AM COT +-- IDEMPIERE-962 Misspelled words and/or sentences +UPDATE AD_Workflow SET IsValid='Y', Description='(Standard Process Invoice)',Updated=TO_TIMESTAMP('2013-05-27 10:55:51','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Workflow_ID=118 +; + +-- May 27, 2013 10:59:41 AM COT +-- IDEMPIERE-962 Misspelled words and/or sentences +UPDATE AD_Process SET Description='Check data consistency of Business Partner',Updated=TO_TIMESTAMP('2013-05-27 10:59:41','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Process_ID=314 +; + +-- May 27, 2013 10:59:41 AM COT +-- IDEMPIERE-962 Misspelled words and/or sentences +UPDATE AD_Menu SET Name='Validate Business Partner', Description='Check data consistency of Business Partner', IsActive='Y',Updated=TO_TIMESTAMP('2013-05-27 10:59:41','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Menu_ID=506 +; + +SELECT register_migration_script('20130527113000_IDEMPIERE-962.sql') FROM dual +; +