Commit 44df83d2 authored by jshaikh's avatar jshaikh

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@193399 ce508802-f39f-4f6c-b175-0d175dae99d5
parent af6e66e9
......@@ -756,4 +756,10 @@ begin
end;
/
-----------------------Trigger added on payment_exp by Varsha V on 15-11-18 [END]-------------------------
\ No newline at end of file
-----------------------Trigger added on payment_exp by Varsha V on 15-11-18 [END]-------------------------
----------------------Alter query added for changing the datatype of bill_no from char(15) to varchar2(20) by Jaffar S. on 26-11-18 [Start]---------------
alter table drcr_pay modify bill_no varchar2(20);
----------------------Alter query added for changing the datatype of bill_no from char(15) to varchar2(20) by Jaffar S. on 26-11-18 [End]---------------
\ 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