Fix bug 2158682 - Import Loader Format window showing replication tables
This commit is contained in:
parent
c1d429b09e
commit
46c533d762
|
@ -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
|
||||
;
|
||||
|
|
@ -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
|
||||
;
|
||||
|
Loading…
Reference in New Issue