mirror of
https://github.com/bitwarden/server
synced 2025-12-30 15:14:02 +00:00
event fixes
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
@CollectionId UNIQUEIDENTIFIER,
|
||||
@GroupId UNIQUEIDENTIFIER,
|
||||
@OrganizationUserId UNIQUEIDENTIFIER,
|
||||
@ActingUserId UNIQUEIDENTIFIER,
|
||||
@Date DATETIME2(7)
|
||||
AS
|
||||
BEGIN
|
||||
@@ -22,6 +23,7 @@ BEGIN
|
||||
[CollectionId],
|
||||
[GroupId],
|
||||
[OrganizationUserId],
|
||||
[ActingUserId],
|
||||
[Date]
|
||||
)
|
||||
VALUES
|
||||
@@ -34,6 +36,7 @@ BEGIN
|
||||
@CollectionId,
|
||||
@GroupId,
|
||||
@OrganizationUserId,
|
||||
@ActingUserId,
|
||||
@Date
|
||||
)
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user