mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 07:19:20 +01:00
feat(auth): add fied verification data to session
This commit is contained in:
parent
2195289df6
commit
c2bd2ac424
@ -8,4 +8,5 @@ create table user__totp(
|
||||
);
|
||||
|
||||
alter table `session` add column verification_method int not null default 0;
|
||||
alter table `session` add column verification_data text;
|
||||
alter table `session` add column verified boolean not null default false;
|
Loading…
Reference in New Issue
Block a user