mirror of
https://github.com/bitwarden/server
synced 2026-02-19 10:53:34 +00:00
Remove redundant OrganizationId column; remove private read method used by bulk insert
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
namespace Bit.Core.Entities;
|
||||
namespace Bit.Core.Entities;
|
||||
|
||||
public class DefaultCollectionSemaphore
|
||||
{
|
||||
public Guid OrganizationId { get; set; }
|
||||
public Guid OrganizationUserId { get; set; }
|
||||
public DateTime CreationDate { get; set; } = DateTime.UtcNow;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user