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