IDEMPIERE-362 Hide things that don't work on iDempiere / Inactivate Setup Human Resource & Payroll workflow

This commit is contained in:
Richard Morales 2013-07-06 17:49:04 -05:00
parent e7abe42baa
commit edf28d5a4a
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,7 @@
-- Jul 4, 2013 5:39:38 PM COT
UPDATE AD_Workflow SET IsValid='N', IsActive='N',Updated=TO_DATE('2013-07-04 17:39:38','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Workflow_ID=50014
;
SELECT register_migration_script('20130407174015_IDEMPIERE-632.sql') FROM dual
;

View File

@ -0,0 +1,9 @@
-- Jul 4, 2013 5:39:38 PM COT
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Workflow SET IsValid='N', IsActive='N',Updated=TO_TIMESTAMP('2013-07-04 17:39:38','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Workflow_ID=50014
;
SELECT register_migration_script('20130407174015_IDEMPIERE-632.sql') FROM dual
;