6 lines
188 B
MySQL
6 lines
188 B
MySQL
|
alter table `account`.`user`
|
||
|
add `twoFactor` ENUM ('email') null comment 'Two-factor auth type';
|
||
|
|
||
|
DELETE FROM `salix`.`ACL`
|
||
|
WHERE model = 'VnUser' AND property = 'changePassword';
|