Add destroy SQL scripts for multiple plugins (#1093)

This commit is contained in:
Wu Clan
2026-02-28 22:23:07 +08:00
committed by GitHub
parent 39c3366e0a
commit 9698dde9c2
19 changed files with 186 additions and 11 deletions
@@ -0,0 +1,6 @@
delete from sys_menu where name in ('AddGenCodeBusiness', 'EditGenCodeBusiness', 'DeleteGenCodeBusiness', 'AddGenCodeModel', 'EditGenCodeModel', 'DeleteGenCodeModel', 'ImportGenCode', 'WriteGenCode');
delete from sys_menu where name = 'PluginCodeGenerator';
drop table if exists gen_column;
drop table if exists gen_business;