mirror of
https://github.com/bitwarden/server
synced 2026-01-19 08:53:57 +00:00
support larger externalid size in db
This commit is contained in:
@@ -10,6 +10,12 @@ BEGIN
|
||||
WHERE
|
||||
[OrganizationUserId] = @Id
|
||||
|
||||
DELETE
|
||||
FROM
|
||||
[dbo].[GroupUser]
|
||||
WHERE
|
||||
[OrganizationUserId] = @Id
|
||||
|
||||
DELETE
|
||||
FROM
|
||||
[dbo].[OrganizationUser]
|
||||
|
||||
Reference in New Issue
Block a user