1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-13 17:18:14 -05:00
This commit is contained in:
Jonas Hendrickx 2025-03-14 16:11:05 +01:00
parent b06cff0b1b
commit 7fd4f4c77f

View File

@ -8,5 +8,6 @@ CREATE TYPE [dbo].[OrganizationSponsorshipType] AS TABLE(
[PlanSponsorshipType] TINYINT,
[LastSyncDate] DATETIME2(7),
[ValidUntil] DATETIME2(7),
[ToDelete] BIT
)
[ToDelete] BIT,
[IsAdminInitiated] BIT
)