mirror of
https://github.com/bitwarden/server
synced 2025-12-26 13:13:24 +00:00
support larger externalid size in db
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
@OrganizationId UNIQUEIDENTIFIER,
|
||||
@Name VARCHAR(MAX),
|
||||
@AccessAll BIT,
|
||||
@ExternalId NVARCHAR(50),
|
||||
@ExternalId NVARCHAR(300),
|
||||
@CreationDate DATETIME2(7),
|
||||
@RevisionDate DATETIME2(7),
|
||||
@Collections AS [dbo].[SelectionReadOnlyArray] READONLY
|
||||
|
||||
Reference in New Issue
Block a user