Commit 5dc6e45b authored by dpawar's avatar dpawar

alter table and update obj_forms


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97477 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9a8b42d4
...@@ -229,5 +229,13 @@ END ; ...@@ -229,5 +229,13 @@ END ;
ALTER TABLE multi_pick_iss_det ADD PICK_ORD__LINE_NO NUMBER(14,3);
update obj_forms set scan_metadata= '<SCAN_INFO><INPUT_SCAN ORDER="1"><SCAN_LABEL>PTCN:</SCAN_LABEL><FIELDS SEPARATOR="" DELIMITER=""><FIELD>ptcn</FIELD></FIELDS></INPUT_SCAN><SCAN_CONDITION field="ptcn">ptcn =="null" ||ptcn == ""</SCAN_CONDITION></SCAN_INFO>'
where win_name ='w_multi_pick_iss' and form_no =2;
delete from obj_actions where obj_name ='multi_pick_iss' and form_no =3 and title like '%Add%';
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