Commit bf9ed8dd authored by wansari's avatar wansari

W15GSUN003 added sql for adding column for schedule_status


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98873 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f22e2af5
...@@ -11,3 +11,5 @@ values ('999999','S-ORD','S','A1414B','Location code to for S-ORD',null,SYSDATE, ...@@ -11,3 +11,5 @@ values ('999999','S-ORD','S','A1414B','Location code to for S-ORD',null,SYSDATE,
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));
\ 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