From edf28d5a4a0f33b94d88f5fee23ea9e801f691c3 Mon Sep 17 00:00:00 2001 From: Richard Morales Date: Sat, 6 Jul 2013 17:49:04 -0500 Subject: [PATCH] IDEMPIERE-362 Hide things that don't work on iDempiere / Inactivate Setup Human Resource & Payroll workflow --- .../oracle/20130407174015_IDEMPIERE-632.sql | 7 +++++++ .../postgresql/20130407174015_IDEMPIERE-632.sql | 9 +++++++++ 2 files changed, 16 insertions(+) create mode 100644 migration/i1.0c-release/oracle/20130407174015_IDEMPIERE-632.sql create mode 100644 migration/i1.0c-release/postgresql/20130407174015_IDEMPIERE-632.sql diff --git a/migration/i1.0c-release/oracle/20130407174015_IDEMPIERE-632.sql b/migration/i1.0c-release/oracle/20130407174015_IDEMPIERE-632.sql new file mode 100644 index 0000000000..f33e5b3422 --- /dev/null +++ b/migration/i1.0c-release/oracle/20130407174015_IDEMPIERE-632.sql @@ -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 +; + diff --git a/migration/i1.0c-release/postgresql/20130407174015_IDEMPIERE-632.sql b/migration/i1.0c-release/postgresql/20130407174015_IDEMPIERE-632.sql new file mode 100644 index 0000000000..c355f6d966 --- /dev/null +++ b/migration/i1.0c-release/postgresql/20130407174015_IDEMPIERE-632.sql @@ -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 +; + +