Commit 102d906a authored by wansari's avatar wansari

W15GSUN003 added alter query for table name from interface to wms_to_host and...

W15GSUN003 added alter query for table name from interface to wms_to_host and interface2 to swms_to_awms.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98975 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9ae40a65
...@@ -15,5 +15,11 @@ values ('AWMS_LOCK ',1,'S-ORD','Y'); ...@@ -15,5 +15,11 @@ values ('AWMS_LOCK ',1,'S-ORD','Y');
--Insert into DISPARM (PRD_CODE,VAR_NAME,VAR_TYPE,VAR_VALUE,DESCR,VAR_SUBS,CHG_DATE,CHG_USER,CHG_TERM) --Insert into DISPARM (PRD_CODE,VAR_NAME,VAR_TYPE,VAR_VALUE,DESCR,VAR_SUBS,CHG_DATE,CHG_USER,CHG_TERM)
--values ('999999','D-SO','S','A1414B','Location code to for D-SO',null,SYSDATE,'BASE','BASE'); --values ('999999','D-SO','S','A1414B','Location code to for D-SO',null,SYSDATE,'BASE','BASE');
alter table interface2 add (schedule_status char(1));
alter table interface2 add (schedule_status char(1)); --Changed by wasim on 02-09-2015 to change tables name [START]----
\ No newline at end of file
ALTER TABLE INTERFACE RENAME TO WMS_TO_HOST;
ALTER TABLE INTERFACE2 RENAME TO SWMS_TO_AWMS;
--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