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

2 lines
100 B
SQL

alter table `account`.`user`
add `twoFactor` ENUM ('email') null comment 'Two-factor auth type';