mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-04-14 00:10:13 +00:00
@@ -6,6 +6,9 @@ pub enum MigrateError {
|
||||
#[error("while executing migrations: {0}")]
|
||||
Execute(#[from] Error),
|
||||
|
||||
#[error("while executing migration {1}: {0}")]
|
||||
ExecuteMigration(#[source] Error, i64),
|
||||
|
||||
#[error("while resolving migrations: {0}")]
|
||||
Source(#[source] BoxDynError),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user