提交 312c2d15 编写于 作者: U UlricQin

move patch sql to 3.4.0

上级 7289636d
set names utf8;
use n9e_rdb;
alter table session add `access_token` char(128) default '' after sid;
alter table session add key (`access_token`);
......@@ -40,3 +40,6 @@ alter table user add `pwd_updated_at` bigint not null default 0 after updat
alter table user add `logged_at` bigint not null default 0 after pwd_updated_at;
alter table user add `passwords` varchar(512) not null default '' after password;
alter table login_log add `err` varchar(128) not null default '' after loginout;
alter table session add `access_token` char(128) default '' after sid;
alter table session add key (`access_token`);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册