Commit 5dfb121a authored by sgadve's avatar sgadve

For the update table name in the transetup table

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@207264 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 4b3dedb1
......@@ -35,3 +35,8 @@ update transetup set REF_SER='ATD_MN' where TRAN_WINDOW='w_attd_mon';
update transetup set AUDIT_TRAIL_OPT='2' where tran_window='w_attd_mon';
-------------Added by saiprasad G. for the attachment and resolving issue[END]
-----------Added by saiprasad G. for the transetup update table_name on 13/09/19[START]
update transetup set table_name='ATTENDANCE_MON' where tran_window='w_attd_mon';
-----------Added by saiprasad G. for the transetup update table_name on 13/09/19[END]
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