Fix running multiple migration process in parallel (#5329)

This commit is contained in:
Quentin Gliech
2025-12-10 22:08:51 +01:00
committed by GitHub
10 changed files with 381 additions and 41 deletions

2
Cargo.lock generated
View File

@@ -3657,6 +3657,7 @@ version = "1.8.0"
dependencies = [
"async-trait",
"chrono",
"crc",
"futures-util",
"mas-data-model",
"mas-iana",
@@ -3673,6 +3674,7 @@ dependencies = [
"sha2",
"sqlx",
"thiserror 2.0.17",
"tokio",
"tracing",
"ulid",
"url",