fixed migration
This commit is contained in:
		@@ -17,6 +17,7 @@ namespace NadekoBot.Migrations
 | 
				
			|||||||
            migrationBuilder.AddColumn<string>(
 | 
					            migrationBuilder.AddColumn<string>(
 | 
				
			||||||
                name: "TimeZoneId",
 | 
					                name: "TimeZoneId",
 | 
				
			||||||
                table: "GuildConfigs",
 | 
					                table: "GuildConfigs",
 | 
				
			||||||
 | 
					                nullable: true,
 | 
				
			||||||
                defaultValue: null);
 | 
					                defaultValue: null);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user