1
0
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:
Kyle Spearrin
2017-05-13 21:23:24 -04:00
parent 56f9ea0207
commit befca0561b
6 changed files with 11 additions and 5 deletions

View File

@@ -10,6 +10,12 @@ BEGIN
WHERE
[OrganizationUserId] = @Id
DELETE
FROM
[dbo].[GroupUser]
WHERE
[OrganizationUserId] = @Id
DELETE
FROM
[dbo].[OrganizationUser]