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:
parent
223c1bd07c
commit
519b5e9cac
|
@ -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
|
||||
;
|
|
@ -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
|
||||
;
|
Loading…
Reference in New Issue