mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00:00
Remove Id from SsoConfig_Create sproc
This commit is contained in:
@@ -46,7 +46,6 @@ BEGIN
|
||||
|
||||
INSERT INTO [dbo].[SsoConfig]
|
||||
(
|
||||
[Id],
|
||||
[Enabled],
|
||||
[OrganizationId],
|
||||
[Data],
|
||||
@@ -55,7 +54,6 @@ BEGIN
|
||||
)
|
||||
VALUES
|
||||
(
|
||||
@Id,
|
||||
@Enabled,
|
||||
@OrganizationId,
|
||||
@Data,
|
||||
|
||||
Reference in New Issue
Block a user