Maximo-删除应用程序

Posted on 2016-04-15 14:43  Li理  阅读(578)  评论(0编辑  收藏  举报

执行如下SQL: 

 

delete from maxapps where app='<APPLICATION NAME>';
delete from maxpresentation where app='<APPLICATION NAME>';
delete from sigoption where app='<APPLICATION NAME>';
delete from applicationauth where app='<APPLICATION NAME>';
delete from maxlabels where app='<APPLICATION NAME>';
delete from maxmenu where moduleapp='<APPLICATION NAME>' and menutype !='MODULE';
delete from maxmenu where moduleapp='<MODULE NAME>' and elementtype='APP' and keyvalue='<APPLICATION NAME>';
delete from appdoctype where app= '<APPLICATION NAME>'; 
delete from sigoptflag where app='<APPLICATION NAME>'

 

注:<APPLICATION> 是应用名

      <MODULE NAME>是模块名

Copyright © 2024 Li理
Powered by .NET 8.0 on Kubernetes