UUID Generator -> Found a dictionary error on the definition of the AD_TreeBar table - missing one of the parent columns

This commit is contained in:
Carlos Ruiz 2011-03-29 22:06:02 -05:00
parent 223c1bd07c
commit 519b5e9cac
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
-- Mar 29, 2011 2:31:13 PM COT
-- Fix dictionary error - parent column not defined for AD_TreeBar
UPDATE AD_Column SET IsParent='Y', IsUpdateable='N',Updated=TO_DATE('2011-03-29 14:31:13','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=6213
;

View File

@ -0,0 +1,4 @@
-- Mar 29, 2011 2:31:13 PM COT
-- Fix dictionary error - parent column not defined for AD_TreeBar
UPDATE AD_Column SET IsParent='Y', IsUpdateable='N',Updated=TO_TIMESTAMP('2011-03-29 14:31:13','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=6213
;