提交 49e8dbe5 编写于 作者: U Ulric Qin

准备发版3.3.0

上级 250dd0c9
......@@ -24,4 +24,8 @@
3.2.0
影响模块:n9e-agent etc/agent.yml
更新内容:agent支持metrics指标采集能力
\ No newline at end of file
更新内容:agent支持metrics指标采集能力,这个版本是为商业版本服务的,开源用户无需更新
3.3.0
影响模块:n9e-rdb n9e-transfer
更新内容:增强安全性:密码复杂度、cookie处理优化等;支持M3DB作为存储后端(如果要尝试M3需要修改transfer配置文件)
#!/bin/bash
# release version
version=3.3.0
version=3.3.0.pre
CWD=$(cd $(dirname $0)/; pwd)
cd $CWD
......
......@@ -28,3 +28,6 @@ CREATE TABLE `captcha` (
KEY (`captcha_id`, `answer`),
KEY (`created_at`)
) ENGINE = InnoDB DEFAULT CHARSET = utf8;
alter table user add column create_at timestamp not null default CURRENT_TIMESTAMP;
update user set create_at = '2020-11-14 17:00:08';
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册