Added multiple qol imporvements

This commit is contained in:
2026-01-23 20:32:55 +01:00
parent dd1cfc15e5
commit cf24691b5e
8 changed files with 130 additions and 13 deletions

View File

@@ -0,0 +1,22 @@
using Microsoft.EntityFrameworkCore.Migrations;
#nullable disable
namespace SpotiParty.Web.Migrations
{
/// <inheritdoc />
public partial class Delete_handling : Migration
{
/// <inheritdoc />
protected override void Up(MigrationBuilder migrationBuilder)
{
}
/// <inheritdoc />
protected override void Down(MigrationBuilder migrationBuilder)
{
}
}
}

View File

@@ -46,7 +46,7 @@ namespace SpotiParty.Web.Migrations
b.HasIndex("host");
b.ToTable("Events", (string)null);
b.ToTable("Events");
});
modelBuilder.Entity("SpotiParty.Web.Models.User", b =>
@@ -75,7 +75,7 @@ namespace SpotiParty.Web.Migrations
b.HasKey("UserId");
b.ToTable("Users", (string)null);
b.ToTable("Users");
});
modelBuilder.Entity("SpotiParty.Web.Models.Event", b =>