mirror of
https://github.com/bitwarden/server
synced 2025-12-10 13:23:27 +00:00
Fixing migration script. (#5093)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
CREATE PROCEDURE [dbo].[OrganizationUser_SetStatusForUsersById]
|
CREATE OR ALTER PROCEDURE[dbo].[OrganizationUser_SetStatusForUsersById]
|
||||||
@OrganizationUserIds AS NVARCHAR(MAX),
|
@OrganizationUserIds AS NVARCHAR(MAX),
|
||||||
@Status SMALLINT
|
@Status SMALLINT
|
||||||
AS
|
AS
|
||||||
|
|||||||
Reference in New Issue
Block a user