diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-08-29 13:21:08 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-08-29 13:21:08 +1000 |
| commit | f63484b7d5090cacc6c14918e936824154c85093 (patch) | |
| tree | 411fbd76464511f3c0378dcb0cc7ea0bc0797b1c /Migrations/HBContextModelSnapshot.cs | |
| parent | e9f09559b80b83e12727fd24e90d8c7f31d64856 (diff) | |
Uploaded files now record the original file size
Diffstat (limited to 'Migrations/HBContextModelSnapshot.cs')
| -rw-r--r-- | Migrations/HBContextModelSnapshot.cs | 3 |
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"); |
