diff --git a/migration/i1.0b-release/oracle/201305031441_IDEMPIERE-909.sql b/migration/i1.0b-release/oracle/201305031441_IDEMPIERE-909.sql new file mode 100644 index 0000000000..ce31fd0284 --- /dev/null +++ b/migration/i1.0b-release/oracle/201305031441_IDEMPIERE-909.sql @@ -0,0 +1,8 @@ +-- May 3, 2013 2:40:20 PM COT +-- IDEMPIERE-909 Enable back After Order delivered invoice rule +UPDATE AD_Ref_List SET IsActive='Y',Updated=TO_DATE('2013-05-03 14:40:20','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Ref_List_ID=214 +; + +SELECT register_migration_script('201305031441_IDEMPIERE-909.sql') FROM dual +; + diff --git a/migration/i1.0b-release/postgresql/201305031441_IDEMPIERE-909.sql b/migration/i1.0b-release/postgresql/201305031441_IDEMPIERE-909.sql new file mode 100644 index 0000000000..0be1912a42 --- /dev/null +++ b/migration/i1.0b-release/postgresql/201305031441_IDEMPIERE-909.sql @@ -0,0 +1,8 @@ +-- May 3, 2013 2:40:20 PM COT +-- IDEMPIERE-909 Enable back After Order delivered invoice rule +UPDATE AD_Ref_List SET IsActive='Y',Updated=TO_TIMESTAMP('2013-05-03 14:40:20','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Ref_List_ID=214 +; + +SELECT register_migration_script('201305031441_IDEMPIERE-909.sql') FROM dual +; +