diff options
Diffstat (limited to 'Migrations/HBContextModelSnapshot.cs')
| -rw-r--r-- | Migrations/HBContextModelSnapshot.cs | 6 |
1 files changed, 6 insertions, 0 deletions
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<int>("Height") + .HasColumnType("integer"); + b.Property<string>("LongDescription") .HasColumnType("text"); @@ -112,6 +115,9 @@ namespace HyperBooru.Migrations b.Property<string>("ShortDescription") .HasColumnType("text"); + b.Property<int>("Width") + .HasColumnType("integer"); + b.ToTable("Media", (string)null); }); |
