summaryrefslogtreecommitdiff
path: root/Migrations/HBContextModelSnapshot.cs
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-08-29 13:21:08 +1000
committerJake Mannens <jake@asger.xyz>2023-08-29 13:21:08 +1000
commitf63484b7d5090cacc6c14918e936824154c85093 (patch)
tree411fbd76464511f3c0378dcb0cc7ea0bc0797b1c /Migrations/HBContextModelSnapshot.cs
parente9f09559b80b83e12727fd24e90d8c7f31d64856 (diff)
Uploaded files now record the original file size
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 c6aef7a..8618cae 100644
--- a/Migrations/HBContextModelSnapshot.cs
+++ b/Migrations/HBContextModelSnapshot.cs
@@ -62,6 +62,9 @@ namespace HyperBooru.Migrations
b.Property<DateTime?>("LastWriteTime")
.HasColumnType("timestamp with time zone");
+ b.Property<long>("Length")
+ .HasColumnType("bigint");
+
b.Property<int>("MediaObjectId")
.HasColumnType("integer");