Commit 6976ddf3 authored by ssurve's avatar ssurve

tran_id added


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93145 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c38a5c57
...@@ -164,4 +164,6 @@ Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,E ...@@ -164,4 +164,6 @@ Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,E
alter table invoice_amendment add cust_pord varchar2(50); alter table invoice_amendment add cust_pord varchar2(50);
alter table invoice_amendment add pord_date date; alter table invoice_amendment add pord_date date;
\ No newline at end of file
alter table invoice_amendment add tran_id varchar2(10) not null;
\ 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