mirror of
https://github.com/bitwarden/server
synced 2026-01-19 08:53:57 +00:00
add externalid to organizationuser
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
@Status TINYINT,
|
||||
@Type TINYINT,
|
||||
@AccessAll BIT,
|
||||
@ExternalId NVARCHAR(300),
|
||||
@CreationDate DATETIME2(7),
|
||||
@RevisionDate DATETIME2(7)
|
||||
AS
|
||||
@@ -23,6 +24,7 @@ BEGIN
|
||||
[Status],
|
||||
[Type],
|
||||
[AccessAll],
|
||||
[ExternalId],
|
||||
[CreationDate],
|
||||
[RevisionDate]
|
||||
)
|
||||
@@ -36,6 +38,7 @@ BEGIN
|
||||
@Status,
|
||||
@Type,
|
||||
@AccessAll,
|
||||
@ExternalId,
|
||||
@CreationDate,
|
||||
@RevisionDate
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user