core-jgi/migration/i1.0b-release/oracle/20130527113000_IDEMPIERE-96...

24 lines
1.2 KiB
MySQL
Raw Normal View History

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