1
0
mirror of https://github.com/bitwarden/server.git synced 2024-12-14 15:46:49 +01:00

Fixing migration script. (#5093)

This commit is contained in:
Jared McCannon 2024-12-03 11:01:45 -06:00 committed by GitHub
parent 6a77a6d8ee
commit 059e6816f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
CREATE PROCEDURE [dbo].[OrganizationUser_SetStatusForUsersById]
CREATE OR ALTER PROCEDURE[dbo].[OrganizationUser_SetStatusForUsersById]
@OrganizationUserIds AS NVARCHAR(MAX),
@Status SMALLINT
AS