mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -05:00
[PM-4589] Fix 2023-09-11_01_2023-02-FutureMigration (#3373)
This commit is contained in:
parent
1053f49fb1
commit
330e41a6d9
@ -1,9 +1,3 @@
|
|||||||
IF TYPE_ID(N'[dbo].[OrganizationUserType]') IS NOT NULL
|
|
||||||
BEGIN
|
|
||||||
DROP TYPE [dbo].[OrganizationUserType];
|
|
||||||
END
|
|
||||||
GO
|
|
||||||
|
|
||||||
IF OBJECT_ID('[dbo].[OrganizationUser_CreateMany]') IS NOT NULL
|
IF OBJECT_ID('[dbo].[OrganizationUser_CreateMany]') IS NOT NULL
|
||||||
BEGIN
|
BEGIN
|
||||||
DROP PROCEDURE [dbo].[OrganizationUser_CreateMany];
|
DROP PROCEDURE [dbo].[OrganizationUser_CreateMany];
|
||||||
@ -15,3 +9,9 @@ BEGIN
|
|||||||
DROP PROCEDURE [dbo].[OrganizationUser_UpdateMany];
|
DROP PROCEDURE [dbo].[OrganizationUser_UpdateMany];
|
||||||
END
|
END
|
||||||
GO
|
GO
|
||||||
|
|
||||||
|
IF TYPE_ID(N'[dbo].[OrganizationUserType]') IS NOT NULL
|
||||||
|
BEGIN
|
||||||
|
DROP TYPE [dbo].[OrganizationUserType];
|
||||||
|
END
|
||||||
|
GO
|
||||||
|
Loading…
x
Reference in New Issue
Block a user