1
0
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:
Matt Portune
2020-06-26 16:47:41 -04:00
parent b524029e5c
commit 0b1e49bc0a
2 changed files with 0 additions and 4 deletions

View File

@@ -46,7 +46,6 @@ BEGIN
INSERT INTO [dbo].[SsoConfig]
(
[Id],
[Enabled],
[OrganizationId],
[Data],
@@ -55,7 +54,6 @@ BEGIN
)
VALUES
(
@Id,
@Enabled,
@OrganizationId,
@Data,