mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-04 00:34:26 -05: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 />
 | 
			
		||||
        protected override void Up(MigrationBuilder migrationBuilder)
 | 
			
		||||
        {
 | 
			
		||||
            MigrationQueries.GuildConfigCleanup(migrationBuilder);
 | 
			
		||||
            
 | 
			
		||||
            migrationBuilder.DropForeignKey(
 | 
			
		||||
                name: "FK_AntiRaidSetting_GuildConfigs_GuildConfigId",
 | 
			
		||||
                table: "AntiRaidSetting");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user