From f63484b7d5090cacc6c14918e936824154c85093 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Tue, 29 Aug 2023 13:21:08 +1000 Subject: Uploaded files now record the original file size --- 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 c6aef7a..8618cae 100644 --- a/Migrations/HBContextModelSnapshot.cs +++ b/Migrations/HBContextModelSnapshot.cs @@ -62,6 +62,9 @@ namespace HyperBooru.Migrations b.Property("LastWriteTime") .HasColumnType("timestamp with time zone"); + b.Property("Length") + .HasColumnType("bigint"); + b.Property("MediaObjectId") .HasColumnType("integer"); -- cgit v1.3