mirror of
https://github.com/fastapi-practices/fastapi-best-architecture.git
synced 2026-09-22 13:25:16 +00: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;
|