hotgo/server/addons/migrations/flashbanner/uninstall.sql

9 lines
286 B
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-- 删除表
DROP TABLE IF EXISTS `hg_banner`;
-- 删除 flashbanner 相关菜单
-- 先删除子菜单权限按钮
DELETE FROM `hg_admin_menu` WHERE `name` IN ('addbanner', 'editbanner', 'delbanner');
-- 删除主菜单
DELETE FROM `hg_admin_menu` WHERE `name` = 'flashbanner';