1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 08:02:49 -05:00

get recovery code api

This commit is contained in:
Kyle Spearrin
2017-06-24 17:16:05 -04:00
parent a0fb1e0907
commit eea2ae30b4
3 changed files with 33 additions and 1 deletions

View File

@ -1,6 +1,9 @@
alter table [user] drop column twofactorenabled
go
alter table [user] drop column [twofactorprovider]
go
drop view [dbo].[UserView]
go