mirror of
https://github.com/bitwarden/server.git
synced 2026-01-31 22:23:18 +08:00
12 lines
339 B
MySQL
12 lines
339 B
MySQL
|
|
IF OBJECT_ID('[dbo].[OrganizationUser_SetStatusForUsersById]') IS NOT NULL
|
||
|
|
BEGIN
|
||
|
|
DROP PROCEDURE [dbo].[OrganizationUser_SetStatusForUsersById]
|
||
|
|
END
|
||
|
|
GO
|
||
|
|
|
||
|
|
IF OBJECT_ID('[dbo].[User_BumpAccountRevisionDateByOrganizationUserIdsJson]') IS NOT NULL
|
||
|
|
BEGIN
|
||
|
|
DROP PROCEDURE [dbo].[User_BumpAccountRevisionDateByOrganizationUserIdsJson]
|
||
|
|
END
|
||
|
|
GO
|