Commit bb499f8d authored by smestry's avatar smestry

W15FSUN008, Updated SQL file for Palletization.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98844 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1f00ac60
...@@ -272,6 +272,13 @@ ALTER TABLE INTERFACE2 ADD ( CONSTRAINT INTERFACE2_X PRIMARY KEY ( TRAN_ID )) ; ...@@ -272,6 +272,13 @@ ALTER TABLE INTERFACE2 ADD ( CONSTRAINT INTERFACE2_X PRIMARY KEY ( TRAN_ID )) ;
CREATE UNIQUE INDEX INTERFACE2_X ON INTERFACE2 (tran_id ) ; CREATE UNIQUE INDEX INTERFACE2_X ON INTERFACE2 (tran_id ) ;
-------------- 27-10-2015 -------------------
update messages set msg_no = 'VMNULLTT' where msg_no = 'VTNULLTT';
delete from obj_actions where obj_name = 'palletization' and line_no = '2';
......
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