mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-07 23:57:20 +08:00
feat 增加首次登录强制重置密码的交互
This commit is contained in:
@@ -1216,3 +1216,6 @@ BEGIN;
|
||||
COMMIT;
|
||||
|
||||
SET FOREIGN_KEY_CHECKS = 1;
|
||||
|
||||
alter table la_admin add first_login int default 1 null comment '是否首次登录';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user