feature-fix-db #3

Merged
didirus merged 3 commits from feature-fix-db into beta 2025-07-08 21:56:10 +00:00
Showing only changes of commit c5e67a5c6f - Show all commits

View File

@@ -90,8 +90,8 @@ async fn fix_modrinth_issued_migrations(
tracing::info!("Running on OS: {}, ARCH: {}", os, arch);
if os == "windows" && arch == "x86" {
tracing::warn!("🛑 Skipping migration checksum fix on Windows x86 (runtime-detected)");
if os == "windows" && arch == "x86_64" {
tracing::warn!("🛑 Skipping migration checksum fix on Windows x86_64 (runtime-detected)");
return Ok(());
}