FR 3110938 - Mandatory Incorrectly Spelled

http://sourceforge.net/support/tracker.php?aid=3110938
This commit is contained in:
Carlos Ruiz 2011-03-08 11:46:50 -05:00
parent 9bc32c1cd4
commit 3f6d976b9e
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
-- Nov 17, 2010 10:04:25 PM CST
-- BF3110938-Mandatory Incorrectly Spelled
UPDATE AD_Ref_List SET Name='Not Mandatory',Updated=TO_DATE('2010-11-17 22:04:25','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Ref_List_ID=681
;

View File

@ -0,0 +1,5 @@
-- Nov 17, 2010 10:04:25 PM CST
-- BF3110938-Mandatory Incorrectly Spelled
UPDATE AD_Ref_List SET Name='Not Mandatory',Updated=TO_TIMESTAMP('2010-11-17 22:04:25','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Ref_List_ID=681
;