diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-08-28 02:56:35 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-08-28 02:56:35 +1000 |
| commit | ff1b492c53b44fa10e7cd4170b4cfb0b7bfdc6e9 (patch) | |
| tree | 0cca8e20b27bad74666772475ddbbab955b704c3 /Migrations/HBContextModelSnapshot.cs | |
| parent | 5128d5b72e89179d6a1e38c1b558e6a7309f7b4b (diff) | |
Added tag aliases and imrpoved selection dialog
Diffstat (limited to 'Migrations/HBContextModelSnapshot.cs')
| -rw-r--r-- | Migrations/HBContextModelSnapshot.cs | 6 |
1 files changed, 3 insertions, 3 deletions
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<string>("Alias") + .HasColumnType("text"); + b.Property<string>("Name") .IsRequired() .HasColumnType("text"); |
