diff --git a/src/NadekoBot/Migrations/Sqlite/20240518221424_guidlconfig-cleanup.cs b/src/NadekoBot/Migrations/Sqlite/20240518221424_guidlconfig-cleanup.cs index 17fb39e32..3a2ec2c27 100644 --- a/src/NadekoBot/Migrations/Sqlite/20240518221424_guidlconfig-cleanup.cs +++ b/src/NadekoBot/Migrations/Sqlite/20240518221424_guidlconfig-cleanup.cs @@ -11,6 +11,8 @@ namespace NadekoBot.Migrations /// protected override void Up(MigrationBuilder migrationBuilder) { + MigrationQueries.GuildConfigCleanup(migrationBuilder); + migrationBuilder.DropForeignKey( name: "FK_AntiRaidSetting_GuildConfigs_GuildConfigId", table: "AntiRaidSetting");