Skip to content

Commit

Permalink
[PM-4589] Fix 2023-09-11_01_2023-02-FutureMigration (#3373)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton authored Oct 30, 2023
1 parent 1053f49 commit 330e41a
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -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];
Expand All @@ -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

0 comments on commit 330e41a

Please sign in to comment.