Commit 2f68e309 authored by wansari's avatar wansari

W15GSUN003 updated transetup table name value.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98978 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0f13ee8f
...@@ -21,5 +21,6 @@ alter table interface2 add (schedule_status char(1)); ...@@ -21,5 +21,6 @@ alter table interface2 add (schedule_status char(1));
ALTER TABLE INTERFACE RENAME TO WMS_TO_HOST; ALTER TABLE INTERFACE RENAME TO WMS_TO_HOST;
ALTER TABLE INTERFACE2 RENAME TO SWMS_TO_AWMS; ALTER TABLE INTERFACE2 RENAME TO SWMS_TO_AWMS;
UPDATE TRANSETUP SET TABLE_NAME = 'swms_to_awms' WHERE TRAN_WINDOW = 'w_interface2';
--Changed by wasim on 02-09-2015 to change tables name [END]--- --Changed by wasim on 02-09-2015 to change tables name [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