From 02da841c350cecc985b6b161fb175e7e5882e1d5 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Tue, 5 Sep 2023 14:02:11 +1000 Subject: MediaService now records whether the checksum was verified at upload time --- Migrations/HBContextModelSnapshot.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Migrations/HBContextModelSnapshot.cs') 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("ChecksumVerified") + .HasColumnType("boolean"); + b.Property("CreateTime") .HasColumnType("timestamp with time zone"); -- cgit v1.3