1
0
mirror of https://github.com/bitwarden/server.git synced 2024-12-23 17:07:42 +01: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

@ -11,7 +11,6 @@ BEGIN
INSERT INTO [dbo].[SsoConfig]
(
[Id],
[Enabled],
[OrganizationId],
[Data],
@ -20,7 +19,6 @@ BEGIN
)
VALUES
(
@Id,
@Enabled,
@OrganizationId,
@Data,

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,