Recover wrong DICTIONARY_ID_COMMENTS on SysConfig

This commit is contained in:
Carlos Ruiz 2008-12-09 02:41:23 +00:00
parent ac65409490
commit b021b51ea1
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
-- Dec 8, 2008 9:36:58 PM COT
UPDATE AD_SysConfig SET Value='I forgot to set the DICTIONARY_ID_COMMENTS System Configurator',Updated=TO_DATE('2008-12-08 21:36:58','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_SysConfig_ID=50003
;

View File

@ -0,0 +1,4 @@
-- Dec 8, 2008 9:36:58 PM COT
UPDATE AD_SysConfig SET Value='I forgot to set the DICTIONARY_ID_COMMENTS System Configurator',Updated=TO_TIMESTAMP('2008-12-08 21:36:58','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_SysConfig_ID=50003
;