diff options
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"); |
