1 Star 0 Fork 200

低调 / OpenSNS-V3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
update.sql 857 Bytes
一键复制 编辑 原始数据 按行查看 历史
ALTER TABLE `ocenter_module` ADD `auth_role` VARCHAR( 200 ) NOT NULL COMMENT '允许访问角色,为空表示非登录也能访问';
INSERT INTO `ocenter_menu`(`title`, `pid`, `sort`, `url`, `hide`, `tip`, `group`, `is_dev`, `icon`, `module`) VALUES
('自定义表情列表', 74, 0, 'Expression/iexpressionList', 0, '', '表情设置', 0, '', '');
CREATE TABLE IF NOT EXISTS `ocenter_weibo_topic_follow` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`topic_id` int(11) NOT NULL,
`uid` int(11) NOT NULL,
`status` tinyint(4) NOT NULL,
`create_time` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
INSERT INTO `ocenter_menu`(`title`, `pid`, `sort`, `url`, `hide`, `tip`, `group`, `is_dev`, `icon`, `module`) VALUES
( '允许身份访问', 116, 0, 'Role/moduleRole', 0, '', '模块权限', 0, '', '');
PHP
1
https://gitee.com/cfyy/OpenSNS-V2.git
git@gitee.com:cfyy/OpenSNS-V2.git
cfyy
OpenSNS-V2
OpenSNS-V3
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891