summaryrefslogtreecommitdiff
path: root/HBContext.cs
diff options
context:
space:
mode:
Diffstat (limited to 'HBContext.cs')
-rw-r--r--HBContext.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/HBContext.cs b/HBContext.cs
index f6bc15c..15dad6d 100644
--- a/HBContext.cs
+++ b/HBContext.cs
@@ -15,6 +15,7 @@ public class HBContext : DbContext {
public DbSet<Tag> Tags { get; set; }
public DbSet<Media> Media { get; set; }
public DbSet<UploadedFile> UploadedFiles { get; set; }
+ public DbSet<OcrData> OcrData { get; set; }
private IConfigService config;