mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 17:12:49 -05:00
SelectionReadOnly MERGE to CollectionGroup
This commit is contained in:
@ -5,7 +5,7 @@ namespace Bit.Core.Models.Table
|
||||
public class CollectionGroup
|
||||
{
|
||||
public Guid CollectionId { get; set; }
|
||||
public Guid OrganizationUserId { get; set; }
|
||||
public Guid GroupId { get; set; }
|
||||
public bool ReadOnly { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user