From e9f09559b80b83e12727fd24e90d8c7f31d64856 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Tue, 29 Aug 2023 13:02:41 +1000 Subject: Added width and height properties to media objects --- Migrations/HBContextModelSnapshot.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Migrations/HBContextModelSnapshot.cs') diff --git a/Migrations/HBContextModelSnapshot.cs b/Migrations/HBContextModelSnapshot.cs index e00f2d8..c6aef7a 100644 --- a/Migrations/HBContextModelSnapshot.cs +++ b/Migrations/HBContextModelSnapshot.cs @@ -102,6 +102,9 @@ namespace HyperBooru.Migrations .IsRequired() .HasColumnType("text"); + b.Property("Height") + .HasColumnType("integer"); + b.Property("LongDescription") .HasColumnType("text"); @@ -112,6 +115,9 @@ namespace HyperBooru.Migrations b.Property("ShortDescription") .HasColumnType("text"); + b.Property("Width") + .HasColumnType("integer"); + b.ToTable("Media", (string)null); }); -- cgit v1.3