mirror of
https://github.com/bitwarden/server.git
synced 2025-01-23 22:01:28 +01:00
Merge pull request #798 from bitwarden/bugfix-sso
Remove Id from SsoConfig_Create sproc
This commit is contained in:
commit
448157b07c
@ -11,7 +11,6 @@ BEGIN
|
||||
|
||||
INSERT INTO [dbo].[SsoConfig]
|
||||
(
|
||||
[Id],
|
||||
[Enabled],
|
||||
[OrganizationId],
|
||||
[Data],
|
||||
@ -20,7 +19,6 @@ BEGIN
|
||||
)
|
||||
VALUES
|
||||
(
|
||||
@Id,
|
||||
@Enabled,
|
||||
@OrganizationId,
|
||||
@Data,
|
||||
|
@ -46,7 +46,6 @@ BEGIN
|
||||
|
||||
INSERT INTO [dbo].[SsoConfig]
|
||||
(
|
||||
[Id],
|
||||
[Enabled],
|
||||
[OrganizationId],
|
||||
[Data],
|
||||
@ -55,7 +54,6 @@ BEGIN
|
||||
)
|
||||
VALUES
|
||||
(
|
||||
@Id,
|
||||
@Enabled,
|
||||
@OrganizationId,
|
||||
@Data,
|
||||
|
Loading…
Reference in New Issue
Block a user