Commit 28eec971 authored by vvengurlekar's avatar vvengurlekar

Office_sql.txt - added sql to end of file to alter PORCP table as freight...

Office_sql.txt - added sql to end of file to alter PORCP table as freight status mandatory is removed as per instructed by SM so made freight_status column nullable of PORCP


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@190602 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 61846ad4
...@@ -31,3 +31,9 @@ END; ...@@ -31,3 +31,9 @@ END;
update system_events set service_code='prcm_default_ejb', comp_name='PostOrdInvoicePost', comp_type = 'EJB' where obj_name='invoice' and event_code = 'pre_confirm'; update system_events set service_code='prcm_default_ejb', comp_name='PostOrdInvoicePost', comp_type = 'EJB' where obj_name='invoice' and event_code = 'pre_confirm';
---------ended by Varsha V on 17-08-18 for updating system_events against invoice----------------------- ---------ended by Varsha V on 17-08-18 for updating system_events against invoice-----------------------
---------added by Varsha V on 10-09-18 for altering PORCP table-----------------------
alter table porcp modify freight_status char(1) null;
---------ended by Varsha V on 10-09-18 for altering PORCP table-----------------------
\ No newline at end of file
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