summaryrefslogtreecommitdiff
path: root/backend/Elements.Data/Migrations/ApplicationDbContextModelSnapshot.cs
diff options
context:
space:
mode:
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()