Commit c9f85939 authored by ssarkar's avatar ssarkar

added update sql by sumit on 05-DEC-12 updating msg_type


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92281 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2be717b9
......@@ -36613,6 +36613,9 @@ INSERT INTO messages(
'E',
'Y'
);
-- added by sumit on 05-DEC-12 updating msg_type
update messages set msg_type = 'E' where msg_no ='PRVREPLSCN';
COMMIT;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment