From 46c533d76244193224702d35393f59c14f03d34d Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Sat, 11 Oct 2008 04:05:22 +0000 Subject: [PATCH] Fix bug 2158682 - Import Loader Format window showing replication tables --- migration/352a-trunk/308_BF2158682.sql | 5 +++++ migration/352a-trunk/postgresql/308_BF2158682.sql | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 migration/352a-trunk/308_BF2158682.sql create mode 100644 migration/352a-trunk/postgresql/308_BF2158682.sql diff --git a/migration/352a-trunk/308_BF2158682.sql b/migration/352a-trunk/308_BF2158682.sql new file mode 100644 index 0000000000..92b7bb117c --- /dev/null +++ b/migration/352a-trunk/308_BF2158682.sql @@ -0,0 +1,5 @@ +-- Oct 10, 2008 11:01:13 PM COT +-- Bug 2158682 - Import Loader Format window showing replication tables +UPDATE AD_Val_Rule SET Code='AD_Table.TableName LIKE ''I#_%'' ESCAPE ''#''',Updated=TO_DATE('2008-10-10 23:01:13','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Val_Rule_ID=141 +; + diff --git a/migration/352a-trunk/postgresql/308_BF2158682.sql b/migration/352a-trunk/postgresql/308_BF2158682.sql new file mode 100644 index 0000000000..7bdf0addf9 --- /dev/null +++ b/migration/352a-trunk/postgresql/308_BF2158682.sql @@ -0,0 +1,5 @@ +-- Oct 10, 2008 11:01:13 PM COT +-- Bug 2158682 - Import Loader Format window showing replication tables +UPDATE AD_Val_Rule SET Code='AD_Table.TableName LIKE ''I#_%'' ESCAPE ''#''',Updated=TO_TIMESTAMP('2008-10-10 23:01:13','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Val_Rule_ID=141 +; +