Added multiple qol imporvements
This commit is contained in:
22
SpotiParty.Web/Migrations/20260123185122_Delete_handling.cs
Normal file
22
SpotiParty.Web/Migrations/20260123185122_Delete_handling.cs
Normal 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)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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 =>
|
||||
|
||||
Reference in New Issue
Block a user