Commit 00f0eee6 authored by dpawar's avatar dpawar

update column name of last_chq


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96008 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3ad50ac9
......@@ -605,7 +605,7 @@ insert into messages
values
('VMCCTRND','Cctr code Not Found!','The Cctr code you have entered is not found in the costctr master.','E',sysdate,'BASE','BASE');
alter table misc_vch_emp add las_chq varchar2(20);
alter table misc_vch_emp add last_chq varchar2(20);
alter table misc_vch_emp add chq_upto varchar2(20);
alter table misc_vch_emp add net_amt number(14,3);
alter table misc_vch_emp add net_amt__bc number(14,3);
......
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