1
0
mirror of https://github.com/bitwarden/server synced 2025-12-06 00:03:34 +00:00

Remove UseKeyConnector field from Enterprise Plan Upgrade (#3409)

This commit is contained in:
Conner Turnbull
2023-11-03 18:07:53 -04:00
committed by GitHub
parent 62e99bcaf4
commit 92ffe5fc20

View File

@@ -5,7 +5,6 @@ BEGIN TRY
[dbo].[Organization]
SET
[UseSso] = 1,
[UseKeyConnector] = 1,
[UseScim] = 1,
[UseResetPassword] = 1
WHERE