mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01: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
|
||||
BEGIN
|
||||
DROP PROCEDURE [dbo].[OrganizationUser_CreateMany];
|
||||
@ -15,3 +9,9 @@ BEGIN
|
||||
DROP PROCEDURE [dbo].[OrganizationUser_UpdateMany];
|
||||
END
|
||||
GO
|
||||
|
||||
IF TYPE_ID(N'[dbo].[OrganizationUserType]') IS NOT NULL
|
||||
BEGIN
|
||||
DROP TYPE [dbo].[OrganizationUserType];
|
||||
END
|
||||
GO
|
||||
|
Loading…
Reference in New Issue
Block a user