mirror of
https://github.com/fastapi-practices/fastapi_best_architecture.git
synced 2026-03-13 09:31:31 +08:00
6 lines
165 B
SQL
6 lines
165 B
SQL
delete from sys_menu where name in ('AddNotice', 'EditNotice', 'DeleteNotice');
|
|
|
|
delete from sys_menu where name = 'PluginNotice';
|
|
|
|
drop table if exists sys_notice;
|