salix/db/changes/232601/00-user.sql

2 lines
100 B
MySQL
Raw Normal View History

2023-04-04 12:59:33 +00:00
alter table `account`.`user`
add `twoFactor` ENUM ('email') null comment 'Two-factor auth type';