summaryrefslogtreecommitdiff
path: root/backend/Elements.Data/Migrations/ApplicationDbContextModelSnapshot.cs
diff options
context:
space:
mode:
authorPaweł Bernaciak <pawelbernaciak@zohomail.eu>2023-10-22 15:54:54 +0200
committerPaweł Bernaciak <pawelbernaciak@zohomail.eu>2023-10-22 15:54:54 +0200
commit3f3bb3cefc4c886b42a178e38512ae8949b4926e (patch)
treef237e23b5da0af47ea69a7f2e9bc28f90def91da /backend/Elements.Data/Migrations/ApplicationDbContextModelSnapshot.cs
parent135e9934e12ffc76f4548d5d1f8ee282515a2a9b (diff)
Fix icon storage in suggestion
Diffstat (limited to 'backend/Elements.Data/Migrations/ApplicationDbContextModelSnapshot.cs')
-rw-r--r--backend/Elements.Data/Migrations/ApplicationDbContextModelSnapshot.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/Elements.Data/Migrations/ApplicationDbContextModelSnapshot.cs b/backend/Elements.Data/Migrations/ApplicationDbContextModelSnapshot.cs
index 32bb909..095839f 100644
--- a/backend/Elements.Data/Migrations/ApplicationDbContextModelSnapshot.cs
+++ b/backend/Elements.Data/Migrations/ApplicationDbContextModelSnapshot.cs
@@ -113,9 +113,9 @@ namespace Elements.Data.Migrations
b.Property<int>("FirstIngredientId")
.HasColumnType("INTEGER");
- b.Property<string>("Icon")
+ b.Property<byte[]>("Icon")
.IsRequired()
- .HasColumnType("TEXT");
+ .HasColumnType("BLOB");
b.Property<string>("Name")
.IsRequired()