You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
db-schema/db_scripts/diff/15833.up

7 lines
206 B

use billing;
alter table admins
add column enable_2fa tinyint(1) not null default 0,
add column show_otp_registration_info tinyint(1) not null default 0,
add column otp_secret char(32) default null;