From 3d31b9243739fecce6252ccfe9f7748706c88fe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Pe=C3=B1uela?= Date: Sat, 13 Apr 2013 11:06:27 -0500 Subject: [PATCH] IDEMPIERE-794 Ticket #1001025 - Expand the views to provide more information / Fix Transaction Detail --- .../i1.0a-release/oracle/201304121710_IDEMPIERE-794.sql | 7 +++++++ .../postgresql/201304121710_IDEMPIERE-794.sql | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 migration/i1.0a-release/oracle/201304121710_IDEMPIERE-794.sql create mode 100644 migration/i1.0a-release/postgresql/201304121710_IDEMPIERE-794.sql diff --git a/migration/i1.0a-release/oracle/201304121710_IDEMPIERE-794.sql b/migration/i1.0a-release/oracle/201304121710_IDEMPIERE-794.sql new file mode 100644 index 0000000000..1ccb5b4468 --- /dev/null +++ b/migration/i1.0a-release/oracle/201304121710_IDEMPIERE-794.sql @@ -0,0 +1,7 @@ +-- Apr 12, 2013 5:03:05 PM COT +UPDATE AD_Column SET AD_Reference_Value_ID=200060, AD_Reference_ID=18,Updated=TO_DATE('2013-04-12 17:03:05','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=208337 +; + +SELECT register_migration_script('201304121710_IDEMPIERE-794.sql') FROM dual +; + diff --git a/migration/i1.0a-release/postgresql/201304121710_IDEMPIERE-794.sql b/migration/i1.0a-release/postgresql/201304121710_IDEMPIERE-794.sql new file mode 100644 index 0000000000..2e22c7650c --- /dev/null +++ b/migration/i1.0a-release/postgresql/201304121710_IDEMPIERE-794.sql @@ -0,0 +1,7 @@ +-- Apr 12, 2013 5:03:05 PM COT +UPDATE AD_Column SET AD_Reference_Value_ID=200060, AD_Reference_ID=18,Updated=TO_TIMESTAMP('2013-04-12 17:03:05','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=208337 +; + +SELECT register_migration_script('201304121710_IDEMPIERE-794.sql') FROM dual +; +