1
0
mirror of https://github.com/bitwarden/server synced 2026-01-01 16:13:33 +00:00

add externalid to organizationuser

This commit is contained in:
Kyle Spearrin
2017-05-15 23:03:32 -04:00
parent 4656e1f690
commit b3e4fcca74
7 changed files with 13 additions and 3 deletions

View File

@@ -7,6 +7,7 @@
@Status TINYINT,
@Type TINYINT,
@AccessAll BIT,
@ExternalId NVARCHAR(300),
@CreationDate DATETIME2(7),
@RevisionDate DATETIME2(7),
@Collections AS [dbo].[SelectionReadOnlyArray] READONLY
@@ -14,7 +15,7 @@ AS
BEGIN
SET NOCOUNT ON
EXEC [dbo].[OrganizationUser_Create] @Id, @OrganizationId, @UserId, @Email, @Key, @Status, @Type, @AccessAll, @CreationDate, @RevisionDate
EXEC [dbo].[OrganizationUser_Create] @Id, @OrganizationId, @UserId, @Email, @Key, @Status, @Type, @AccessAll, @ExternalId, @CreationDate, @RevisionDate
;WITH [AvailableCollectionsCTE] AS(
SELECT