mirror of
https://github.com/fastapi-practices/fastapi-best-architecture.git
synced 2026-09-21 13:12:24 +00:00
Add destroy SQL scripts for multiple plugins (#1093)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user