Commit c5d3b4aa authored by msharma's avatar msharma

to Increase size of PRIORITY_SEQ UPTO 5 digit for Physical Cycle count


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94476 ce508802-f39f-4f6c-b175-0d175dae99d5
parent fe5a46d5
......@@ -45102,9 +45102,14 @@ BEGIN
END TRIG_WAVE_STAT_ORG;
--changed by sankara on 28/02/14 for add site code in wave_task end.
// ADDED BY RITESH ON 12/MAR/2014 FOR Issue Tracker point # 328 START
-- ADDED BY RITESH ON 12/MAR/2014 FOR Issue Tracker point # 328 START
ALTER TABLE PHYSCANDET ADD EMP_CODE__VERIFY CHAR(10);
// ADDED BY RITESH ON 12/MAR/2014 FOR Issue Tracker point # 328 END
-- ADDED BY RITESH ON 12/MAR/2014 FOR Issue Tracker point # 328 END
--SQL Added by manoj dtd 01/04/2014 to Increase size of PRIORITY_SEQ UPTO 5 digit for Physical Cycle count
ALTER TABLE PHYSCANDET MODIFY PRIORITY_SEQ NUMBER(5);
--End SQL Added by manoj dtd 01/04/2014 to Increase size of PRIORITY_SEQ UPTO 5 digit for Physical Cycle count
--
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