summaryrefslogtreecommitdiff
path: root/Migrations/HBContextModelSnapshot.cs
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-09-05 14:02:11 +1000
committerJake Mannens <jake@asger.xyz>2023-09-05 14:02:11 +1000
commit02da841c350cecc985b6b161fb175e7e5882e1d5 (patch)
tree24c37feaa0b24160fb28ef971adc1bc674ec63d6 /Migrations/HBContextModelSnapshot.cs
parent7bc3919cabff51806068659be03884913054cff8 (diff)
MediaService now records whether the checksum was verified at upload time
Diffstat (limited to 'Migrations/HBContextModelSnapshot.cs')
-rw-r--r--Migrations/HBContextModelSnapshot.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Migrations/HBContextModelSnapshot.cs b/Migrations/HBContextModelSnapshot.cs
index 72b662f..3211e1f 100644
--- a/Migrations/HBContextModelSnapshot.cs
+++ b/Migrations/HBContextModelSnapshot.cs
@@ -174,6 +174,9 @@ namespace HyperBooru.Migrations
{
b.HasBaseType("HyperBooru.HBObject");
+ b.Property<bool>("ChecksumVerified")
+ .HasColumnType("boolean");
+
b.Property<DateTime?>("CreateTime")
.HasColumnType("timestamp with time zone");