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