Update ApplicationApi.sql

parent aab8fc37
...@@ -10,4 +10,8 @@ update itm2menu set descr='API' where level_1=24 and level_2=0; ...@@ -10,4 +10,8 @@ update itm2menu set descr='API' where level_1=24 and level_2=0;
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION) values ('VMENDPT ','Endpoint cannot be blank','Please enter endpoint','E',null,null,null,null,to_date('04-FEB-21','DD-MON-RR'),'base ','base',null,null); Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION) values ('VMENDPT ','Endpoint cannot be blank','Please enter endpoint','E',null,null,null,null,to_date('04-FEB-21','DD-MON-RR'),'base ','base',null,null);
Insert into EXPORT_TABLE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('app','2 ','is_external',null);
Insert into EXPORT_TABLE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('app','2 ','endpoint',null);
---- ----
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