The core infrastructure backend (API, database, Docker, etc).
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
510 B

IF OBJECT_ID('[dbo].[CollectionUser_ReadByOrganizationUserIds]') IS NOT NULL
BEGIN
DROP PROCEDURE [dbo].[CollectionUser_ReadByOrganizationUserIds]
END
GO
IF OBJECT_ID('[dbo].[OrganizationUserUserDetails_ReadWithCollectionsById]') IS NOT NULL
BEGIN
DROP PROCEDURE [dbo].[OrganizationUserUserDetails_ReadWithCollectionsById]
END
GO
IF OBJECT_ID('[dbo].[Collection_ReadByOrganizationIdWithPermissions]') IS NOT NULL
BEGIN
DROP PROCEDURE [dbo].[Collection_ReadByOrganizationIdWithPermissions]
END
GO