diff --git a/CocktailWeb/Data/cocktails.db b/CocktailWeb/Data/cocktails.db index 7a31019..af1ac57 100644 Binary files a/CocktailWeb/Data/cocktails.db and b/CocktailWeb/Data/cocktails.db differ diff --git a/CocktailWeb/Migrations/FlascheDataContextModelSnapshot.cs b/CocktailWeb/Migrations/FlascheDataContextModelSnapshot.cs index e72e2d4..2fc41b8 100644 --- a/CocktailWeb/Migrations/FlascheDataContextModelSnapshot.cs +++ b/CocktailWeb/Migrations/FlascheDataContextModelSnapshot.cs @@ -23,6 +23,12 @@ namespace CocktailWeb.Migrations .ValueGeneratedOnAdd() .HasColumnType("INTEGER"); + b.Property("Counter") + .HasColumnType("INTEGER"); + + b.Property("Ersteller") + .HasColumnType("TEXT"); + b.Property("ImageURL") .HasColumnType("TEXT"); @@ -81,6 +87,9 @@ namespace CocktailWeb.Migrations b.HasIndex("FlascheId"); + b.HasIndex("Type", "Pos") + .IsUnique(); + b.ToTable("Fillers"); b.HasData( @@ -105,67 +114,67 @@ namespace CocktailWeb.Migrations new { Id = 4, - Pos = 4, + Pos = 1, Type = 1 }, new { Id = 5, - Pos = 5, + Pos = 2, Type = 1 }, new { Id = 6, - Pos = 6, + Pos = 3, Type = 1 }, new { Id = 7, - Pos = 7, + Pos = 4, Type = 1 }, new { Id = 8, - Pos = 8, + Pos = 5, Type = 1 }, new { Id = 9, - Pos = 9, + Pos = 6, Type = 1 }, new { Id = 10, - Pos = 10, + Pos = 7, Type = 1 }, new { Id = 11, - Pos = 11, + Pos = 8, Type = 1 }, new { Id = 12, - Pos = 12, + Pos = 4, Type = 0 }, new { Id = 13, - Pos = 13, + Pos = 5, Type = 0 }, new { Id = 14, - Pos = 14, + Pos = 6, Type = 0 }); }); diff --git a/CocktailWeb/wwwroot/images/cocktail_12.webp b/CocktailWeb/wwwroot/images/cocktail_12.webp new file mode 100644 index 0000000..035f37b Binary files /dev/null and b/CocktailWeb/wwwroot/images/cocktail_12.webp differ diff --git a/CocktailWeb/wwwroot/images/cocktail_13.jpg b/CocktailWeb/wwwroot/images/cocktail_13.jpg new file mode 100644 index 0000000..abff526 Binary files /dev/null and b/CocktailWeb/wwwroot/images/cocktail_13.jpg differ diff --git a/CocktailWeb/wwwroot/images/ingredient_12.jpeg b/CocktailWeb/wwwroot/images/ingredient_12.jpeg new file mode 100644 index 0000000..3f6dc74 Binary files /dev/null and b/CocktailWeb/wwwroot/images/ingredient_12.jpeg differ