You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ALTERTABLE`sys_user` ADD `otp_type`SET('none', 'email') NOT NULL DEFAULT 'none' AFTER `otp_enabled`, ADD `otp_data`VARCHAR(255) NULL AFTER `otp_type`, ADD `otp_recovery`VARCHAR(64) NULL AFTER `otp_data`, ADD `otp_attempts` TINYINT NOT NULL DEFAULT '0' AFTER `otp_recovery`;
1
+
ALTERTABLE`sys_user` ADD `otp_type`SET('none', 'email') NOT NULL DEFAULT 'none' AFTER `lost_password_reqtime`, ADD `otp_data`VARCHAR(255) NULL AFTER `otp_type`, ADD `otp_recovery`VARCHAR(64) NULL AFTER `otp_data`, ADD `otp_attempts` TINYINT NOT NULL DEFAULT '0' AFTER `otp_recovery`;
0 commit comments