diff --git a/migration/i1.0a-release/oracle/201304121120_IDEMPIERE-794.sql b/migration/i1.0a-release/oracle/201304121120_IDEMPIERE-794.sql new file mode 100644 index 0000000000..3c1e809e10 --- /dev/null +++ b/migration/i1.0a-release/oracle/201304121120_IDEMPIERE-794.sql @@ -0,0 +1,7 @@ +-- Apr 12, 2013 10:41:36 AM COT +UPDATE AD_Column SET AD_Reference_Value_ID=170,Updated=TO_DATE('2013-04-12 10:41:36','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=205479 +; + +SELECT register_migration_script('201304121120_IDEMPIERE-794.sql') FROM dual +; + diff --git a/migration/i1.0a-release/postgresql/201304121120_IDEMPIERE-794.sql b/migration/i1.0a-release/postgresql/201304121120_IDEMPIERE-794.sql new file mode 100644 index 0000000000..370053f4ca --- /dev/null +++ b/migration/i1.0a-release/postgresql/201304121120_IDEMPIERE-794.sql @@ -0,0 +1,6 @@ +-- Apr 12, 2013 10:41:36 AM COT +UPDATE AD_Column SET AD_Reference_Value_ID=170,Updated=TO_TIMESTAMP('2013-04-12 10:41:36','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=205479 +; + +SELECT register_migration_script('201304121120_IDEMPIERE-794.sql') FROM dual +;