mirror of
https://github.com/bitwarden/server.git
synced 2025-04-15 10:08:14 -05:00
WIP
This commit is contained in:
parent
b06cff0b1b
commit
7fd4f4c77f
@ -8,5 +8,6 @@ CREATE TYPE [dbo].[OrganizationSponsorshipType] AS TABLE(
|
|||||||
[PlanSponsorshipType] TINYINT,
|
[PlanSponsorshipType] TINYINT,
|
||||||
[LastSyncDate] DATETIME2(7),
|
[LastSyncDate] DATETIME2(7),
|
||||||
[ValidUntil] DATETIME2(7),
|
[ValidUntil] DATETIME2(7),
|
||||||
[ToDelete] BIT
|
[ToDelete] BIT,
|
||||||
)
|
[IsAdminInitiated] BIT
|
||||||
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user