mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
fix: re-added cleanup code for invalid database data in sqlite
This commit is contained in:
@@ -11,6 +11,8 @@ namespace NadekoBot.Migrations
|
|||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
protected override void Up(MigrationBuilder migrationBuilder)
|
protected override void Up(MigrationBuilder migrationBuilder)
|
||||||
{
|
{
|
||||||
|
MigrationQueries.GuildConfigCleanup(migrationBuilder);
|
||||||
|
|
||||||
migrationBuilder.DropForeignKey(
|
migrationBuilder.DropForeignKey(
|
||||||
name: "FK_AntiRaidSetting_GuildConfigs_GuildConfigId",
|
name: "FK_AntiRaidSetting_GuildConfigs_GuildConfigId",
|
||||||
table: "AntiRaidSetting");
|
table: "AntiRaidSetting");
|
||||||
|
Reference in New Issue
Block a user