mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-07-12 16:03:27 +08:00
feat(background): add face recognition functionality- Implement face recognition task type and processing
This commit is contained in:
@@ -15,6 +15,7 @@ public class MyDbContext(DbContextOptions<MyDbContext> options) : DbContext(opti
|
||||
public DbSet<Log> Logs { get; set; } = null!;
|
||||
public DbSet<BackgroundTask> BackgroundTasks { get; set; } = null!;
|
||||
public DbSet<StorageMode> StorageModes { get; set; } = null!;
|
||||
public DbSet<Face> Faces { get; set; } = null!;
|
||||
protected override void OnModelCreating(ModelBuilder modelBuilder)
|
||||
{
|
||||
base.OnModelCreating(modelBuilder);
|
||||
|
||||
Reference in New Issue
Block a user