Skip to content

Commit

Permalink
Fixing migration script. (#5093)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmccannon authored Dec 3, 2024
1 parent 6a77a6d commit 059e681
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CREATE PROCEDURE [dbo].[OrganizationUser_SetStatusForUsersById]
CREATE OR ALTER PROCEDURE[dbo].[OrganizationUser_SetStatusForUsersById]
@OrganizationUserIds AS NVARCHAR(MAX),
@Status SMALLINT
AS
Expand Down

0 comments on commit 059e681

Please sign in to comment.