4 lines
102 B
SQL
4 lines
102 B
SQL
alter table users
|
|
add column totp_secret BLOB;
|
|
alter table users
|
|
add column totp_backup TEXT;
|