mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 03:42:07 +08:00
[Bugfix]修复用户信息修改后,用户列表会抛出空指针异常的问题(#860)
This commit is contained in:
@@ -8,7 +8,9 @@
|
||||
|
||||
**SQL 变更**
|
||||
```sql
|
||||
alter TABLE logi_security_user MODIFY phone VARCHAR(20);
|
||||
ALTER TABLE `logi_security_user`
|
||||
CHANGE COLUMN `phone` `phone` VARCHAR(20) NOT NULL DEFAULT '' COMMENT 'mobile' ;
|
||||
|
||||
```
|
||||
|
||||
### 升级至 `3.2.0` 版本
|
||||
|
||||
Reference in New Issue
Block a user