数据库执行文件

This commit is contained in:
2017-06-27 16:56:04 +08:00
parent 58899ebe05
commit fce5a5df24

View File

@@ -1071,7 +1071,7 @@ CREATE TABLE `sent_hooks` (
INSERT INTO `sent_hooks` (`id`, `name`, `description`, `type`, `update_time`, `addons`, `status`) VALUES INSERT INTO `sent_hooks` (`id`, `name`, `description`, `type`, `update_time`, `addons`, `status`) VALUES
(1, 'pageHeader', '页面header钩子一般用于加载插件CSS文件和代码', 1, 0, '', 1), (1, 'pageHeader', '页面header钩子一般用于加载插件CSS文件和代码', 1, 0, '', 1),
(2, 'pageFooter', '页面footer钩子一般用于加载插件JS文件和JS代码', 1, 0, '', 1), (2, 'pageFooter', '页面footer钩子一般用于加载插件JS文件和JS代码', 1, 0, '', 1),
(3, 'AdminIndex', '首页小格子个性化显示', 1, 1382596073, 'Sitestat,Devteam,Systeminfo', 1), (3, 'AdminIndex', '首页小格子个性化显示', 1, 1382596073, 'Sitestat,Devteam,Systeminfo', 1);
-- -------------------------------------------------------- -- --------------------------------------------------------