1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 23:31:13 -05:00

hopefully fix issue with linked banned players

This commit is contained in:
RaidMax
2022-01-02 16:19:48 -06:00
parent 7541705f8a
commit 7b0fe1db7c
11 changed files with 4472 additions and 13 deletions

View File

@ -0,0 +1,15 @@
using Microsoft.EntityFrameworkCore.Migrations;
namespace Data.Migrations.Sqlite
{
public partial class RemoveUniqueAliasIndexConstraint : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
}
protected override void Down(MigrationBuilder migrationBuilder)
{
}
}
}