mirror of
https://github.com/fastapi-practices/fastapi-best-architecture.git
synced 2026-09-21 05:02:49 +00:00
7 lines
257 B
SQL
7 lines
257 B
SQL
delete from sys_menu where name in ('AddDictType', 'EditDictType', 'DeleteDictType', 'AddDictData', 'EditDictData', 'DeleteDictData');
|
|
|
|
delete from sys_menu where name = 'PluginDict';
|
|
|
|
drop table if exists sys_dict_data;
|
|
drop table if exists sys_dict_type;
|