From ff1b492c53b44fa10e7cd4170b4cfb0b7bfdc6e9 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Mon, 28 Aug 2023 02:56:35 +1000 Subject: Added tag aliases and imrpoved selection dialog --- Migrations/HBContextModelSnapshot.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Migrations/HBContextModelSnapshot.cs') diff --git a/Migrations/HBContextModelSnapshot.cs b/Migrations/HBContextModelSnapshot.cs index e535376..f0e4b1f 100644 --- a/Migrations/HBContextModelSnapshot.cs +++ b/Migrations/HBContextModelSnapshot.cs @@ -18,9 +18,6 @@ namespace HyperBooru.Migrations #pragma warning disable 612, 618 modelBuilder .HasAnnotation("ProductVersion", "7.0.10") - .HasAnnotation("Proxies:ChangeTracking", false) - .HasAnnotation("Proxies:CheckEquality", false) - .HasAnnotation("Proxies:LazyLoading", true) .HasAnnotation("Relational:MaxIdentifierLength", 63); NpgsqlModelBuilderExtensions.UseIdentityByDefaultColumns(modelBuilder); @@ -142,6 +139,9 @@ namespace HyperBooru.Migrations { b.HasBaseType("HyperBooru.HBObject"); + b.Property("Alias") + .HasColumnType("text"); + b.Property("Name") .IsRequired() .HasColumnType("text"); -- cgit v1.3