mirror of
https://github.com/bitwarden/server
synced 2025-12-20 18:23:44 +00:00
increase group name length to 100
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
IF OBJECT_ID('[dbo].[UserCollectionDetails]') IS NOT NULL
|
||||
ALTER TABLE [dbo].[Group] ALTER COLUMN [Name] NVARCHAR (100) NOT NULL
|
||||
GO
|
||||
|
||||
IF OBJECT_ID('[dbo].[UserCollectionDetails]') IS NOT NULL
|
||||
BEGIN
|
||||
DROP FUNCTION [dbo].[UserCollectionDetails]
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user