mirror of
https://github.com/bitwarden/server.git
synced 2025-05-28 23:04:50 -05:00
WIP
This commit is contained in:
parent
73a25337a8
commit
daefc148e1
@ -434,9 +434,9 @@ BEGIN
|
||||
END
|
||||
GO;
|
||||
|
||||
DROP TYPE IF EXISTS [dbo].[OrganizationSponsorshipType] GO;
|
||||
DROP PROCEDURE IF EXISTS [dbo].[OrganizationSponsorship_CreateMany] GO;
|
||||
DROP PROCEDURE IF EXISTS [dbo].[OrganizationSponsorship_UpdateMany] GO;
|
||||
DROP TYPE IF EXISTS [dbo].[OrganizationSponsorshipType] GO;
|
||||
|
||||
CREATE TYPE [dbo].[OrganizationSponsorshipType] AS TABLE(
|
||||
[Id] UNIQUEIDENTIFIER,
|
||||
|
Loading…
x
Reference in New Issue
Block a user