mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 14:36:31 +00:00
huge queue refactoring:
3 queues -> 1 queue send delete validate updates
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Azaion.Common.Database;
|
||||
|
||||
public class AnnotationQueueRecord
|
||||
{
|
||||
public DateTime DateTime { get; set; }
|
||||
public AnnotationStatus Operation { get; set; }
|
||||
public List<string> AnnotationNames { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user