mirror of
https://github.com/fastapi-practices/fastapi-best-architecture.git
synced 2026-09-22 05:22:56 +00:00
6 lines
165 B
SQL
6 lines
165 B
SQL
delete from sys_menu where name in ('AddConfig', 'EditConfig', 'DeleteConfig');
|
|
|
|
delete from sys_menu where name = 'PluginConfig';
|
|
|
|
drop table if exists sys_config;
|