mirror of
https://github.com/bitwarden/server
synced 2025-12-25 20:53:16 +00:00
increase group name length to 100
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
CREATE TABLE [dbo].[Group] (
|
||||
[Id] UNIQUEIDENTIFIER NOT NULL,
|
||||
[OrganizationId] UNIQUEIDENTIFIER NOT NULL,
|
||||
[Name] NVARCHAR (50) NOT NULL,
|
||||
[Name] NVARCHAR (100) NOT NULL,
|
||||
[AccessAll] BIT NOT NULL,
|
||||
[ExternalId] NVARCHAR (300) NULL,
|
||||
[CreationDate] DATETIME NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user