1
0
mirror of https://github.com/bitwarden/server synced 2025-12-24 04:03:25 +00: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